Skip to content

Instantly share code, notes, and snippets.

@seadowg
Created November 20, 2011 02:17
Show Gist options
  • Save seadowg/1379715 to your computer and use it in GitHub Desktop.
Save seadowg/1379715 to your computer and use it in GitHub Desktop.
Delete pdfs from downloads folder on OSX
#!/bin/bash
rm /Users/$USER/Downloads/*.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment