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
2017-04-20 23:48:55 -04:00

8 lines
81 B
Bash
Executable File

#!/bin/sh
if [ -z "$@" ]; then
exec javaws -viewer
else
exec javaws "$@"
fi