Skip to content
Snippets Groups Projects
Commit 9993b650 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

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

parent 8ab275e8
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
cd src
exec python -OOt gajim.py $@
cd `dirname $0`/src
exec -a gajim 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