depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clean_downloads_folder.sh
blob: d29570d717a9f633d8cab06ede69873062bb7851 (
plain
) (
blame
)
1
2
3
4
5
#!/usr/bin/env bash
# delete files in ~/Downloads
rm -r ~/Downloads/
*