1 2 3 4 5 6 7 8 9 10 11
--- PyMSNt-ori 2005-08-28 16:38:26.000000000 +0100 +++ PyMSNt 2005-08-28 16:39:06.000000000 +0100 @@ -1,6 +1,6 @@ #!/bin/bash -cd `dirname $0`/src -exec -a PyMSNt python main.py +cd `dirname $0`/pymsn-t/src +exec -a PyMSNt python main.py $* cd `dirname $0`