aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-02-17 22:07:19 -0800
committerGravatar Tom Willemse2021-02-17 22:07:19 -0800
commit715e60b87ea39b0b2acc293e8639e8527c260f93 (patch)
tree94755d0e013c34d2d38fcd2012901edb4925fed8
parent4fbfa53dd79a84465256010a263dd4863e93032c (diff)
downloadcrafting-interpreters-715e60b87ea39b0b2acc293e8639e8527c260f93.tar.gz
crafting-interpreters-715e60b87ea39b0b2acc293e8639e8527c260f93.zip
Pass all arguments to lox
-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 "$@"