Mercurial > parpg-core
view bin/parpg.sh.in @ 181:54c4277ed905
The settings_path command line argument now defaults to the current directory, if the settings file is present there.
author | KarstenBock@gmx.net |
---|---|
date | Mon, 10 Oct 2011 15:13:56 +0200 |
parents | 927f2cf75357 |
children |
line wrap: on
line source
#!/bin/bash export PYTHONPATH=${PYTHONPATH}:"@PYTHONDIR@" cd $(dirname $0) "@PYTHON@" -m parpg.main "@SYSCONFDIR@" $@