Skip to content

Instantly share code, notes, and snippets.

@noln
Created July 19, 2015 14:16
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 noln/0ffdd115a08d1df73f0c to your computer and use it in GitHub Desktop.
Save noln/0ffdd115a08d1df73f0c to your computer and use it in GitHub Desktop.
Moves contents of current user's Downloads folder to Trash
#!/bin/bash
# b.nelissen
# move contents of downloads folder to trash (I want a clean downloads folder every time I login)
mv ~/Downloads/* ~/.Trash/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment