tvl-depot/clean_downloads_folder.sh
2016-08-01 13:22:21 -04:00

5 lines
72 B
Bash
Executable file

#!/usr/bin/env bash
# delete files in ~/Downloads
rm -r ~/Downloads/*