#! /bin/sh

# Tore Anderson <tore@debian.org> 2004.  This file is in the public domain.

if [ ! -f "$HOME/.scummvmrc" ]; then
  cat << __eof > "$HOME/.scummvmrc"
[scummvm]
savepath=$HOME/.scummvm/
__eof
  mkdir -p "$HOME/.scummvm"
fi

/usr/lib/scummvm/scummvm "$@"
