Exit on First Error. If you want to make a shell script exit whenever any command within the script fails, you can use the set -e option. This ...
確定! 回上一頁