When you write a shell script, it's a good idea to have your script exit ... You return an exit status with the exit statement (e.g., exit 1 or exit 0 ).
確定! 回上一頁