Hacker News new | ask | show | jobs
by tpetry 1718 days ago
P0 has already been built: https://devnull-as-a-service.com/
1 comments

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)