最佳答案
< p > 可能的重复: < br > 错误时自动退出bash shell脚本 < / p >
我如何让bash在第一个命令失败时停止,而不把这样的东西贯穿我的代码?
some_prog || exit 1
some_other_prog || exit 1