launch.sh can be launched from anywhere and process is called gajim in ps
This commit is contained in:
parent
8ab275e87e
commit
9993b65022
1 changed files with 2 additions and 2 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/bin/sh
|
||||
cd src
|
||||
exec python -OOt gajim.py $@
|
||||
cd `dirname $0`/src
|
||||
exec -a gajim python -OOt gajim.py $@
|
||||
|
|
Loading…
Add table
Reference in a new issue