Skip to content
Snippets Groups Projects
Commit de513dfe authored by nkour's avatar nkour
Browse files

if you want to kill gajim this does nothing. just ash htop the PID of python...

if you want to kill gajim this does nothing. just ash htop the PID of python proc that runs gajim and kill -9 PID
parent 9188b429
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
cd `dirname $0`/src
exec -a gajim python -OOt gajim.py $@
exec python -OOt gajim.py $@
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment