set -e stops the execution of a script if a command or pipeline has an error - which is the opposite of the default shell behaviour, which is to ...
確定! 回上一頁