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 Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git]
/
jarcomp
/
jarcomp.sh
blob
a31dd8579c603c78db8913b550a1b4fad867e80d
1
#!/bin/sh
2
# Unix shell script for starting jarcomp If you have big files
3
# you might need to adjzst Xmx setting.
4
5
JARCOMP_HOME
=/
usr
/
shar
e
/
java
/
jarcomp
6
7
$JAVA_HOME
/
bin
/
java
-Xmx256m -jar
$JARCOMP_HOME
/
jarcomp.jar
$1 $2