crafting-interpreters/jlox

4 lines
91 B
Text
Raw Normal View History

2021-02-18 06:42:37 +01:00
#!/usr/bin/env sh
2021-02-18 07:07:19 +01:00
/usr/bin/java -jar src/_build/com/craftinginterpreters/lox/Lox.jar "$@"