gajim-redux/launch.sh
2025-04-02 10:43:46 -07:00

6 lines
115 B
Bash

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