Added Download.sh
Just a simple script that looks at the Downloads folder (/Users/8ballsystem/Downloads) and removes everything older then 8 days. Signed-off-by: eightball <code@8ball.space>
This commit is contained in:
parent
1a27ec3b0b
commit
ee397d63db
1 changed files with 2 additions and 0 deletions
2
download.sh
Normal file
2
download.sh
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
find /Users/8ballsystem/Downloads -mtime +8 -exec rm -rv {} \; | tee -a deleted.log
|
||||
Loading…
Add table
Add a link
Reference in a new issue