catch {
exec('rm -rf /*')
}
You must log in or register to comment.
I’m a big fan of just leaving the catch block blank as a nice fuck you gesture
You’d love vbscript: https://stackoverflow.com/q/2202869
catch {
exec('rm -rf /*')
}
I’m a big fan of just leaving the catch block blank as a nice fuck you gesture
You’d love vbscript: https://stackoverflow.com/q/2202869