Created
May 3, 2011 13:57
-
-
Save odiroot/953360 to your computer and use it in GitHub Desktop.
Skrypty do odpalania ANTLR - zakładają że JARy są w /usr/share/java
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
export CLASSPATH=/usr/share/java/stringtemplate.jar:/usr/share/java/antlr-3.1.3.jar | |
exec java org.antlr.Tool "$@" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
export CLASSPATH=/usr/share/java/stringtemplate.jar:/usr/share/java/antlrworks-1.4.2.jar | |
exec java org.antlr.works.IDE "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment