Created
May 28, 2021 12:50
-
-
Save remyers/455eac3784c28b3d27e3a9a5ea4ebf4d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/sh | |
counter=$1 | |
while [ $counter -gt 0 ] | |
do | |
cupsenable Canon_MX410_series__5FE302000000 | |
sleep 60 | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.