gajim-plural/launch.sh

7 lines
115 B
Bash
Raw Normal View History

#!/bin/sh
2010-10-06 21:18:47 +02:00
if [ ! $PYTHON ]; then
PYTHON="python";
fi
2008-08-14 21:17:53 +02:00
cd "$(dirname $0)/src"
2010-10-06 21:18:47 +02:00
exec $PYTHON -OOt gajim.py "$@"