gajim

view launch.sh @ 13621:2eed9411ae2d

better way to handle non supported hash algorithms
author Jefry Lagrange <jefry.reyes@gmail.com>
date Tue, 24 Jan 2012 16:51:26 -0500
parents 4cc397deae6d
children
line source
1 #!/bin/sh
2 if [ ! $PYTHON ]; then
3 PYTHON="python";
4 fi
5 cd "$(dirname $0)/src"
6 exec $PYTHON -OOt gajim.py "$@"