updated on Sat Jan 14 12:12:45 UTC 2012
[aur-mirror.git] / orifli / orifli.launcher
blobc877719823fd86f54c306e86453b30b366adedae
1 #!/bin/bash
3 cd /usr/share/orifli
4 python2 orifli.py $@
5 exit $?