Hacker News new | ask | show | jobs
by banana_giraffe 1753 days ago
Visual Basic was a world leader in this field:

    On Error Resume Next
1 comments

In BASH, you don't even have to do that: it's the default!
There are no errors in bash, it always does exactly what it wants to.