One simple way to make your script exit on any error is to use the `set -e` option. This will cause your script to immediately exit if any ...
確定! 回上一頁