Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 88597
Collapse All | Expand All

(-)PyMSNt-0.9.2/PyMSNt (-1 / +1 lines)
Lines 1-6 Link Here
1
#!/bin/bash
1
#!/bin/bash
2
2
3
cd `dirname $0`/src
3
cd `dirname $0`/src
4
exec -a PyMSNt python main.py
4
exec -a PyMSNt python main.py $*
5
cd `dirname $0`
5
cd `dirname $0`
6
6

Return to bug 88597