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