t / chainlint / exit-subshell.expecton commit rebase: refactor common shell functions into their own file (c7b64aa)
   1(
   2        foo || exit 1
   3        bar &&
   4        baz
   5>)