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
13a50ad633
gajim-plural
/
launch.sh
4 lines
68 B
Bash
Raw
Normal View
History
Unescape
Escape
that never hurts
2005-08-08 20:05:13 +02:00
#!/bin/sh
launch.sh can be launched from anywhere and process is called gajim in ps
2005-10-13 23:45:18 +02:00
cd
`
dirname
$0
`
/src
[zloygod] ps aux now shows gajim, and killall gajim works. Fixes #1620
2006-08-29 18:11:23 +02:00
exec
-a gajim python -OOt gajim.py
$@