t / chainlint / exit-subshell.expecton commit Add a base implementation of SHA-256 support (13eeedb)
   1(
   2        foo || exit 1
   3        bar &&
   4        baz
   5>)