scummvm/dists/gcw0/scummvm.sh
2014-10-26 15:41:30 -04:00

10 lines
116 B
Bash
Executable File

#!/bin/sh
cd `dirname $0`
if [ ! -f $HOME/.scummvmrc ] ; then
cp ./scummvmrc $HOME/.scummvmrc
fi
exec ./scummvm