Created
June 28, 2018 09:07
-
-
Save djekl/9b0d3c4b49a553d913f7335ee77103f3 to your computer and use it in GitHub Desktop.
Un-pause all cups printers every minute
This file contains hidden or 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
* * * * * ls /etc/cups/ppd/ | cut -d "." -f1 | xargs -i sudo /usr/sbin/cupsenable {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment