3 lines
100 B
Bash
Executable file
3 lines
100 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
java -jar "$(dirname "$0")/_build/src/com/craftinginterpreters/lox/Lox.jar" "$@"
|