1
0
mirror of https://github.com/irmen/prog8.git synced 2025-04-01 07:32:16 +00:00
2019-01-09 23:57:27 +01:00

7 lines
179 B
Bash
Executable File

#!/bin/sh
PROJECT=~/Projects/prog8/compiler/antlr
export CLASSPATH=".:${PROJECT}/lib/antlr-4.7.1-complete.jar:${CLASSPATH}"
java -jar ${PROJECT}/lib/antlr-4.7.1-complete.jar $*