catch {
exec('rm -rf /*')
}
You must log in or register to comment.
You got the French language initials backwards, OP.
It should be
rm -fr /*
For real
Also, to make sure there are no linguistic roots left over on your system that it might grow from again, add
--no-preserve-root
.