repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git]
/
infiniteplatformer-bzr
/
infiniteplatformer.sh
blob
aa869f7f80496f4ea2313fb03499a2ed84a1bb4c
1
#!/bin/sh
2
3
# Help
4
if
[
$#
-lt
1
];
then
#{
5
cat
<<EOF
6
Usage: `basename "
$0
"` <server_address> [<debug>]
7
8
server_address - Address of the Infinite 8-bit Platformer server
9
EOF
10
exit
1
11
fi
#}
12
13
cd
"/opt/Infinite8BitPlatformer/"
14
15
python2 Infinite8BitPlatformer.py
"
${@}
"
16
17
cd
- >/
dev
/
null
18
19
# vim:ts=4:sw=4:et