Pass all arguments to lox
This commit is contained in:
parent
4fbfa53dd7
commit
715e60b87e
1 changed files with 1 additions and 1 deletions
2
jlox
2
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 "$@"
|
||||
|
|
Loading…
Reference in a new issue