aboutsummaryrefslogtreecommitdiff
path: root/lux-scheme/commands.md
diff options
context:
space:
mode:
authorEduardo Julian2021-05-30 19:33:34 -0400
committerEduardo Julian2021-05-30 19:33:34 -0400
commit38c2eb5d39838e415a8c1f51b79099086b391a22 (patch)
tree6d4ad65a1741340e6763353de06ecec7f3a12b2c /lux-scheme/commands.md
parent7a2ab85f1c86e7256c5b45672b2fe8f157e35c9a (diff)
Giving up on Kawa for now...
Diffstat (limited to 'lux-scheme/commands.md')
-rw-r--r--lux-scheme/commands.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/lux-scheme/commands.md b/lux-scheme/commands.md
index 7c915200c..11d6e2945 100644
--- a/lux-scheme/commands.md
+++ b/lux-scheme/commands.md
@@ -26,5 +26,7 @@ cd ~/lux/stdlib/ \
&& time java -jar ~/lux/lux-scheme/target/program.jar build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux
clear && time kawa ~/lux/stdlib/target/program.scm
+
+clear && time kawa ~/lux/stdlib/target/program/1.scm
```