launch.sh can be launched from anywhere and process is called gajim in ps

This commit is contained in:
Yann Leboulanger 2005-10-13 21:45:18 +00:00
parent 8ab275e87e
commit 9993b65022
1 changed files with 2 additions and 2 deletions

View File

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