updated on Thu Jan 12 04:00:44 UTC 2012
[aur-mirror.git] / opaf-svn / opaf.sh
blob636d148b676f853f0be6deb53a72211c0f067806
1 #!/bin/bash
3 myhelp() {
4 echo "Usage: $0 <pdf-file>"
7 if [ $# -eq 1 ]; then
8 python /opt/opaf/opaf.py $1
9 else
10 myhelp