This website requires JavaScript.
Explore
Help
Sign in
copyleftie
/
gajim-plural
Watch
1
Star
0
Fork
You've already forked gajim-plural
0
Code
Issues
Pull requests
Releases
Wiki
Activity
e620b4bff3
gajim-plural
/
launch.sh
4 lines
70 B
Bash
Raw
Normal View
History
Unescape
Escape
use bash instead of sh because -a is a bash specific option. fixes #1620
2006-08-30 07:44:33 +00:00
#!/bin/bash
launch.sh can be launched from anywhere and process is called gajim in ps
2005-10-13 21:45:18 +00:00
cd
`
dirname
$0
`
/src
[zloygod] ps aux now shows gajim, and killall gajim works. Fixes #1620
2006-08-29 16:11:23 +00:00
exec
-a gajim python -OOt gajim.py
$@
Reference in a new issue
Copy permalink