updated on Thu Jan 26 00:18:00 UTC 2012
[aur-mirror.git] / spiderfetch / launcher.template
blobf73de728381b04ebcc20b245ffdf224c5e588b40
1 #!/bin/bash
3 cd /usr/share/spiderfetch
4 python ${0##*/}.py "$@"
5 exit $?