gajim-plural/launch.sh

7 lines
115 B
Bash
Executable File

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