tvl-depot/clean_downloads_folder.sh

6 lines
72 B
Bash
Raw Normal View History

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