aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2026-06-03 23:57:21 +0530
committerAkshay Nair <phenax5@gmail.com>2026-06-03 23:57:21 +0530
commited4b84d2ca7e5b13d010effefb8ae676d084124a (patch)
tree7aa142e52a3a2bd9e1d760dc8648e523d919dae7 /justfile
parent3be6325b1292233fae4817b3b864eca7b9911898 (diff)
downloadsqlite-creative-coding-ed4b84d2ca7e5b13d010effefb8ae676d084124a.tar.gz
sqlite-creative-coding-ed4b84d2ca7e5b13d010effefb8ae676d084124a.zip
Refactor image.sh to handle png + cleanup sql
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}}