aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-06-03 12:49:35 +0530
committerAkshay Nair <phenax5@gmail.com>2026-06-03 12:49:35 +0530
commit5993ea8f6fd4316aee313e1e6fdae2dc7fbab5df (patch)
treea71b605a3e6d53158ca866fb30c76a0d0601357f /justfile
parent8c62edb87433bd0ac93fdef4585582990513236b (diff)
downloadsqlite-creative-coding-5993ea8f6fd4316aee313e1e6fdae2dc7fbab5df.tar.gz
sqlite-creative-coding-5993ea8f6fd4316aee313e1e6fdae2dc7fbab5df.zip
Add circle example
Diffstat (limited to 'justfile')
-rw-r--r--justfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/justfile b/justfile
index b67c6f8..be55afb 100644
--- a/justfile
+++ b/justfile
@@ -12,8 +12,7 @@ image file *args:
just show-image "$image_id"
show-image image_id:
- #!/usr/bin/env sh
- echo "Displaying $image_id" 1>&2
+ echo "Displaying {{image_id}}" 1>&2
./image.sh {{image_id}} | magick display -
repl *args: