Mercurial > parpg-core
view bin/parpg.sh.in @ 19:e97972cc7110
Merged WAF fork with Beliar's Windows launcher fix.
* Removed SCons and distutils scripts since they aren't needed any more.
author | M. George Hansen <technopolitica@gmail.com> |
---|---|
date | Fri, 10 Jun 2011 11:57:39 -1000 |
parents | 927f2cf75357 |
children |
line wrap: on
line source
#!/bin/bash export PYTHONPATH=${PYTHONPATH}:"@PYTHONDIR@" cd $(dirname $0) "@PYTHON@" -m parpg.main "@SYSCONFDIR@" $@