Skip to content

Instantly share code, notes, and snippets.

@alecthegeek
Created July 4, 2015 05:19
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 alecthegeek/9308da48edf9a2f9741e to your computer and use it in GitHub Desktop.
Save alecthegeek/9308da48edf9a2f9741e to your computer and use it in GitHub Desktop.
Remove spurious CUPS files created in /tmp
#!/usr/bin/env sh
# Remove spurious CUPS files created in /tmp
find /private/tmp -maxdepth 1 -type l -name 55\*|sudo xargs rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment