view bin/parpg.sh.in @ 37:799fc37fec6d

Changes for the container system
author KarstenBock@gmx.net
date Sun, 31 Jul 2011 23:48:54 +0200
parents 927f2cf75357
children
line wrap: on
line source

#!/bin/bash

export PYTHONPATH=${PYTHONPATH}:"@PYTHONDIR@"
cd $(dirname $0)
"@PYTHON@" -m parpg.main "@SYSCONFDIR@" $@