arch-ppa/src/jdk6/javaws-launcher

8 lines
81 B
Bash
Executable File

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