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 Mon Jan 16 20:00:43 UTC 2012
[aur-mirror.git]
/
super-postak
/
super-postak-bin
blob
cb65690514fca2937a097269eb3b0ea0f07bad9f
1
#!/bin/sh
2
for
name
in
/
usr
/
shar
e
/
java
/
super-postak
/*
.jar
;
do
3
CP
=
$CP
:
$name
4
done
5
# In future releases use this to add dependencies
6
# CP=$CP:/usr/share/java/dep1/dep1.jar
7
8
java
-cp
${CP}
cz.frantovo.superPostak.SuperPostak $
*
||
exit
1
9
exit
0