Added reload of levels on F7 (Update levelpack) to ease the test of changes.
[enigmagame.git] / enigma
blobf7469624a084152b59cf84157da3f86b4a24e4cc
1 #!/bin/sh
2 ENIGMA=./src/enigma
3 if test -e $ENIGMA; then
4 $ENIGMA --data $(pwd)/data $*
5 else
6 echo "Please run './configure' and 'make' to build Enigma."
7 fi