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
c67efbb775
gajim-plural
/
launch.sh
4 lines
59 B
Bash
Raw
Normal View
History
Unescape
Escape
that never hurts
2005-08-08 18:05:13 +00:00
#!/bin/sh
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
if you want to kill gajim this does nothing. just ash htop the PID of python proc that runs gajim and kill -9 PID
2005-11-19 21:22:31 +00:00
exec
python -OOt gajim.py
$@
Reference in a new issue
Copy permalink