gajim-plural/launch.sh

7 lines
116 B
Bash
Raw Normal View History

#!/bin/sh
2010-10-06 21:18:47 +02:00
if [ ! $PYTHON ]; then
2013-01-20 23:04:26 +01:00
PYTHON="python3";
2010-10-06 21:18:47 +02:00
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 "$@"