repo.or.cz
/
enigmagame.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added reload of levels on F7 (Update levelpack) to ease the test of changes.
[enigmagame.git]
/
enigma
blob
f7469624a084152b59cf84157da3f86b4a24e4cc
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