Skip to content

Instantly share code, notes, and snippets.

@wilcoxjay
Created April 4, 2015 22:04
Show Gist options
  • Save wilcoxjay/d512c87a3ce08b24ad9b to your computer and use it in GitHub Desktop.
Save wilcoxjay/d512c87a3ce08b24ad9b to your computer and use it in GitHub Desktop.
printing
if [ $# -ne 1 ] ; then
echo Need exactly 1 argument.
exit 1
fi
lpr -Ujrw12 -Ppsc441 -o fit-to-page -o Duplex=DuplexNoTumble -h "$1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment