1
0
mirror of https://github.com/moparisthebest/arch-ppa synced 2024-08-13 15:43:47 -04:00
arch-ppa/src/jdk6/javaws-launcher

8 lines
81 B
Plaintext
Raw Normal View History

2017-04-20 23:48:55 -04:00
#!/bin/sh
if [ -z "$@" ]; then
exec javaws -viewer
else
exec javaws "$@"
fi