Arch Linux User Repository
Home
Packages
Forums
Wiki
GitLab
Security
AUR
Download
AUR : bin32-jre6.git
AUR Package Repositories | click
here
to return to the package base details page
summary
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
javaws-launcher
blob: 2831dfcbbd76ccca83d9ca01eb251f2b8ecfbb5d (
plain
)
1
2
3
4
5
6
7
#!/bin/sh if [ -z "$@" ]; then exec javaws -viewer else exec javaws "$@" fi