Your IP : 216.73.216.48


Current Path : /usr/X11R6/bin/
Upload File :
Current File : //usr/X11R6/bin/lp2pap.sh

#!/bin/sh
# pap script for lp systems

chdir "/etc/lp/printers/`basename $0`"

if [ -r "$6" ]; then
    /usr/bin/pap -E "$6"
    exit $?
fi

exit 2