Skip to content

Instantly share code, notes, and snippets.

@remyers
Created May 28, 2021 12:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save remyers/455eac3784c28b3d27e3a9a5ea4ebf4d to your computer and use it in GitHub Desktop.
Save remyers/455eac3784c28b3d27e3a9a5ea4ebf4d to your computer and use it in GitHub Desktop.
#! /bin/sh
counter=$1
while [ $counter -gt 0 ]
do
cupsenable Canon_MX410_series__5FE302000000
sleep 60
done
@remyers
Copy link
Author

remyers commented May 28, 2021

I queued up 30 pdfs, but mac book print queue prints one at a time then pauses; this script pokes it to keep things moving.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment