#bash #exitcode ➜ exit -1|gzip > /tmp/test ➜ echo $? ➜ 0 ➜ set -o pipefail ➜ exit -1|gzip > /tmp/test ➜ echo $? ➜ 255 ➜ exit 1|gzip > /tmp/test ➜ echo $? 1


United States 趨勢
Loading...

Something went wrong.


Something went wrong.