3 lines
86 B
Plaintext
3 lines
86 B
Plaintext
|
#!/bin/sh
|
||
|
java -cp .:/usr/share/java/antlr-complete.jar org.antlr.v4.gui.TestRig "$@"
|