打開執行權

編輯完 shell script 檔之後,通常我們會給它執行的權限:

chmod +x hello.sh 或者 chmod 755 hello.sh

chmod +x whour.sh 或者 chmod 755 whour.sh