Hacker News new | ask | show | jobs
by dotancohen 1721 days ago
I love the filename on their cleanup script "gift to the open source community":

https://devnull-as-a-service.com/one-less-to-go.sh

  sudo rm -rf $(sudo find / -type f -print0 | shuf -n1 -z)