repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git]
/
antlrworks
/
antlr3
blob
135d15499d192c8e57cff301f34bc254d834bc55
1
#!/bin/sh
2
3
export
CLASSPATH
=/
usr
/
shar
e
/
java
/
stringtemplate.jar
:/
usr
/
shar
e
/
java
/
antlrworks.jar
4
exec
java org.antlr.Tool
"$@"
5