if you want to kill gajim this does nothing. just ash htop the PID of python proc that runs gajim and kill -9 PID

This commit is contained in:
Nikos Kouremenos 2005-11-19 21:22:31 +00:00
parent 9188b42945
commit de513dfe0e

View file

@ -1,3 +1,3 @@
#!/bin/sh
cd `dirname $0`/src
exec -a gajim python -OOt gajim.py $@
exec python -OOt gajim.py $@