gajim-plural/launch.sh
red-agent d7e4ab3eb7 A workaround to make commands documentation easily translatable
Though I consider this a major regression, as using doc-strings is a much
cleaner and better solution. It requires not that big scaffolding to support it,
but some of Gajim developers think otherwise.
2009-10-04 20:43:51 +03:00

3 lines
62 B
Bash
Executable file

#!/bin/sh
cd "$(dirname $0)/src"
exec python -OOt gajim.py $@