gajim-plural/launch.sh
2010-10-06 21:18:47 +02:00

6 lines
115 B
Bash
Executable file

#!/bin/sh
if [ ! $PYTHON ]; then
PYTHON="python";
fi
cd "$(dirname $0)/src"
exec $PYTHON -OOt gajim.py "$@"