1 2 3 4 5 6 7 8 9 10 11
#!/bin/sh if [ "${1#/}" = "$1" ]; then f=`pwd`/$1; else f=$1; fi; cd /usr/share/nupdf ./nupdf.bin "$f"