Skip to content

Instantly share code, notes, and snippets.

@SystemZ
Created October 28, 2015 22:35
Show Gist options
  • Save SystemZ/96e9fd4a9006c8d9f72f to your computer and use it in GitHub Desktop.
Save SystemZ/96e9fd4a9006c8d9f72f to your computer and use it in GitHub Desktop.
Print file with duplex
#!/bin/bash
lpr -o Duplex=DuplexNoTumble -P "printername" $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment