gajim-plural/launch.sh
2017-07-02 17:25:46 +02:00

6 lines
118 B
Bash
Executable file

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