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