No, that’s not a typo.

    • DeathByDenim
      link
      fedilink
      arrow-up
      5
      ·
      1 year ago

      The shell script available for download in the Code section is just pure evil!

      • dotfiles@lemmy.world
        link
        fedilink
        arrow-up
        5
        ·
        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)"

    • PenguinLover
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      First time I hear of /dev/null as a service, but I’m already in love with it. That site is amazing and gave me a good laugh.