Hacker News new | ask | show | jobs
by dangerbird2 1751 days ago

  try:
    ...
  except BaseException:
    return "yolo"
1 comments

Visual Basic was a world leader in this field:

    On Error Resume Next
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.