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
da0749b5d9
gajim-plural
/
launch.sh
4 lines
71 B
Bash
Raw
Normal View
History
Unescape
Escape
This fixes the problem that we can't get the python path using sys.executable.
2008-08-14 14:02:18 +00:00
#!/bin/sh
Fully POSIX-compliant shell scripts.
2008-08-14 19:17:53 +00:00
cd
"
$(
dirname
$0
)
/src
"
Make NullClientCaps a singleto so that we don't create a new object for each contact.
2009-12-28 20:58:34 +01:00
exec
python -m cProfile gajim.py
"
$@
"
Reference in a new issue
Copy permalink