aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2023-12-03 22:49:30 +0530
committerAkshay Nair <phenax5@gmail.com>2023-12-03 22:49:30 +0530
commit70f96933be628f956b63dda79effcc83b4d60ed1 (patch)
tree2ed70e5934c5add6d6172caa3456625627d202fc /justfile
parent496228cf6384abb8c17e1646db56d0eec57c221e (diff)
downloadcreative-coding-playground-70f96933be628f956b63dda79effcc83b4d60ed1.tar.gz
creative-coding-playground-70f96933be628f956b63dda79effcc83b4d60ed1.zip
tree fractal
Diffstat (limited to 'justfile')
-rw-r--r--justfile4
1 files changed, 4 insertions, 0 deletions
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'