catch {
exec('rm -rf /*')
}
You must log in or register to comment.
Certainly nicer than my SDL experience of
catch { window.becomeunclosable(); }
The Apple way…
Having your filesystem on the line might actually make some people write decent code.
You got the French language initials backwards, OP.
It should be
rm -fr /*
For real
On Error Resume Next
I’m a big fan of just leaving the catch block blank as a nice fuck you gesture