aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index 763a6a1..9eefddf 100644
--- a/justfile
+++ b/justfile
@@ -13,7 +13,7 @@ image file *args:
show-image image_id:
echo "Displaying {{image_id}}" 1>&2
- ./image.sh "{{image_id}}" | tee >(magick ppm:- "media/{{image_id}}.png") | magick display ppm:-
+ ./image.sh "{{image_id}}"
repl *args:
rlwrap sqlite3 "{{DB}}" {{args}}