]> arthur.barton.de Git - netatalk.git/blob - contrib/shell_utils/lp2pap.sh.tmpl
fea0cf40cb6fabfb59ccfe6a842de6e6abce8ff2
[netatalk.git] / contrib / shell_utils / lp2pap.sh.tmpl
1 #!/bin/sh
2 # pap script for lp systems
3
4 chdir "/etc/lp/printers/`basename $0`"
5
6 if [ -r "$6" ]; then
7     :BINDIR:/pap -E "$6"
8     exit $?
9 fi
10
11 exit 2