diff options
| -rwxr-xr-x | jlox | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 "$@" |
![]() |
index : crafting-interpreters | |
| Code for the book Crafting Interpreters | Tom Willemse |
| aboutsummaryrefslogtreecommitdiffstats |
| -rwxr-xr-x | jlox | 2 |
@@ -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 "$@" |