#! /bin/sh
if [ "z$1" = 'z' ]; then
 gnash /usr/share/gnash/gnash-splash.swf
else
 gnash "$@"
fi
