Adds cron job and brew installed packages
This commit is contained in:
parent
e4a0705ab3
commit
9b714a32bb
2 changed files with 31 additions and 0 deletions
5
clean_downloads_folder.sh
Executable file
5
clean_downloads_folder.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# delete files in ~/Downloads
|
||||
rm -r ~/Downloads/*
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue