crafting-interpreters/jlox

4 lines
91 B
Text
Raw Normal View History

2021-02-17 21:42:37 -08:00
#!/usr/bin/env sh
2021-02-17 22:07:19 -08:00
/usr/bin/java -jar src/_build/com/craftinginterpreters/lox/Lox.jar "$@"