Changeset 4317 for trunk/launch.sh

Show
Ignore:
Timestamp:
11/19/05 22:22:31 (3 years ago)
Author:
nk
Message:

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

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/launch.sh

    r3880 r4317  
    11#!/bin/sh 
    22cd `dirname $0`/src 
    3 exec -a gajim python -OOt gajim.py $@ 
     3exec python -OOt gajim.py $@