android_mt6572_jiabo/external/bash/tests/lastpipe1.sub
2025-09-05 16:56:03 +08:00

5 lines
129 B
Text

# with lastpipe set, exit at the end of a pipeline exits
# the calling shell
shopt -s lastpipe
exit 142 | exit 14
echo after: $?