diff options
| author | Akshay Nair <phenax5@gmail.com> | 2026-06-03 12:49:35 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2026-06-03 12:49:35 +0530 |
| commit | 5993ea8f6fd4316aee313e1e6fdae2dc7fbab5df (patch) | |
| tree | a71b605a3e6d53158ca866fb30c76a0d0601357f /justfile | |
| parent | 8c62edb87433bd0ac93fdef4585582990513236b (diff) | |
| download | sqlite-creative-coding-5993ea8f6fd4316aee313e1e6fdae2dc7fbab5df.tar.gz sqlite-creative-coding-5993ea8f6fd4316aee313e1e6fdae2dc7fbab5df.zip | |
Add circle example
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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: |
