From 5993ea8f6fd4316aee313e1e6fdae2dc7fbab5df Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Wed, 3 Jun 2026 12:49:35 +0530 Subject: Add circle example --- justfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'justfile') 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: -- cgit v1.3.1