Created
July 19, 2015 14:16
-
-
Save noln/0ffdd115a08d1df73f0c to your computer and use it in GitHub Desktop.
Moves contents of current user's Downloads folder to Trash
This file contains 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
#!/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