Skip to content

Instantly share code, notes, and snippets.

@elbaro
Created April 8, 2019 06:36
Show Gist options
  • Select an option

  • Save elbaro/653df2b4a92ac2f1a44e78c56365581b to your computer and use it in GitHub Desktop.

Select an option

Save elbaro/653df2b4a92ac2f1a44e78c56365581b to your computer and use it in GitHub Desktop.
print job example
curl -L -s $1 | pdfnup --frame false --nup 2x1 /dev/stdin --outfile /dev/stdout | lpr -o sides=two-sided-short-edge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment