gajim-plural/launch.sh

4 lines
64 B
Bash
Raw Normal View History

#!/bin/sh
2008-08-14 21:17:53 +02:00
cd "$(dirname $0)/src"
exec python -OOt gajim.py "$@"