t / chainlint / exit-subshell.expecton commit Merge branch 'es/first-contrib-tutorial' (55b34f3)
   1(
   2        foo || exit 1
   3        bar &&
   4        baz
   5>)