Skip to content

Instantly share code, notes, and snippets.

@lordmortis
Last active March 9, 2019 07:46
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lordmortis/8eafe80394eca45f924a2157b924e3bf to your computer and use it in GitHub Desktop.
Save lordmortis/8eafe80394eca45f924a2157b924e3bf to your computer and use it in GitHub Desktop.
Example antlr4 shell script
#!/bin/sh
# you will need to change the path below to the location of your antlr4 download
java -jar /Users/lordmortis/bin/java/antlr-4.7.1-complete.jar "$@"
#!/bin/sh
java org.antlr.v4.gui.TestRig "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment