root/branches/gajim_0.9/launch.sh

Revision 4317, 59 bytes (checked in by nk, 3 years ago)

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

  • Property svn:executable set to *
Line 
1#!/bin/sh
2cd `dirname $0`/src
3exec python -OOt gajim.py $@
Note: See TracBrowser for help on using the browser.