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 Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
bin32-jre
/
javaws-launcher
blob
2831dfcbbd76ccca83d9ca01eb251f2b8ecfbb5d
1
#!/bin/sh
2
3
if
[
-z
"$@"
];
then
4
exec
javaws
-viewer
5
else
6
exec
javaws
"$@"
7
fi