From 70f96933be628f956b63dda79effcc83b4d60ed1 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 3 Dec 2023 22:49:30 +0530 Subject: tree fractal --- justfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'justfile') diff --git a/justfile b/justfile index abbae5a..055f5a0 100644 --- a/justfile +++ b/justfile @@ -15,3 +15,7 @@ s5: npx nodemon -e rkt -x 'clear && just s5_run' s6: (sketch "06" "glslViewer" "strange.frag") + +s8_run: (sketch "08" "racket" "spirals.rkt") +s8: + npx nodemon -e rkt -x 'clear && just s8_run' -- cgit v1.3.1