updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / openrpg-hg / openrpg-server.sh
blob94e49214670296d3645d1841f7d538ab33f87dde
1 #!/bin/sh
3 HG=hg
4 OPENRPG_BASE=~/.openrpg1
5 export HG
6 export OPENRPG_BASE
8 cd /usr/share/openrpg
9 /usr/bin/python start_server.py "$@"