Adds cron job and brew installed packages

This commit is contained in:
William Carroll 2016-08-01 13:22:21 -04:00
parent e4a0705ab3
commit 9b714a32bb
2 changed files with 31 additions and 0 deletions

5
clean_downloads_folder.sh Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
# delete files in ~/Downloads
rm -r ~/Downloads/*