aboutsummaryrefslogtreecommitdiffstats
path: root/jlox
diff options
context:
space:
mode:
Diffstat (limited to 'jlox')
-rwxr-xr-xjlox2
1 files changed, 1 insertions, 1 deletions
diff --git a/jlox b/jlox
index 4ef4503..c6be2ea 100755
--- a/jlox
+++ b/jlox
@@ -1,3 +1,3 @@
#!/usr/bin/env sh
-/usr/bin/java -jar src/_build/com/craftinginterpreters/lox/Lox.jar
+/usr/bin/java -jar src/_build/com/craftinginterpreters/lox/Lox.jar "$@"