aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
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: