poezio/launch.sh

5 lines
53 B
Bash
Raw Normal View History

2010-02-01 20:45:26 +00:00
#!/usr/bin/env sh
2010-02-01 20:28:33 +00:00
cd src/ && python poezio.py "$@"
2010-01-31 05:33:54 +00:00