18

Some lessons need to be learned the hard way

Comments
  • 2
    set -u

    Had a similar problem once, but worse. I did it with "$FOO"/* , this is worse because you probably can't delete anything in /bin nor /etc as a normal user.
Add Comment