No, that’s not a typo.

    • @marswarrior
      link
      6
      edit-2
      1 year ago

      The whole website is hilarious. That code finds a random file and deletes it with sudo. I’m gonna run it on a VM :)

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

      edit: nothing bad happened. VM still works fine. gonna run it a few dozen times more and see. or put in a while loop, or a cron job every 5 seconds. lol. I wonder how long it will take for it to delete something important.