Skip to content

Instantly share code, notes, and snippets.

@djekl
Created June 28, 2018 09:07
Show Gist options
  • Save djekl/9b0d3c4b49a553d913f7335ee77103f3 to your computer and use it in GitHub Desktop.
Save djekl/9b0d3c4b49a553d913f7335ee77103f3 to your computer and use it in GitHub Desktop.
Un-pause all cups printers every minute
* * * * * 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