When running bash, you can control the execution of your script on error (exit code different to 0) using the set built-in with the +e ...
確定! 回上一頁