diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-06-03 23:26:52 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-06-03 23:26:52 +0530 |
| commit | 7df455db49e1104eb9624adc4d5050b7f353a417 (patch) | |
| tree | 50cd7b28b132854f7ce360280ecf2efb5c997750 /justfile | |
| parent | 5993ea8f6fd4316aee313e1e6fdae2dc7fbab5df (diff) | |
| download | sqlite-creative-coding-7df455db49e1104eb9624adc4d5050b7f353a417.tar.gz sqlite-creative-coding-7df455db49e1104eb9624adc4d5050b7f353a417.zip | |
Add mandelbrot fractal
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ image file *args: show-image image_id: echo "Displaying {{image_id}}" 1>&2 - ./image.sh {{image_id}} | magick display - + ./image.sh {{image_id}} | tee output.ignore.txt | magick display ppm:- repl *args: rlwrap sqlite3 "{{DB}}" {{args}} |
