在shell script 中用if 判斷程式是否要繼續執行: curl -s https://test.com/install.sh -o install.sh if [ @? -ne 0 ]; then echo "download ...
確定! 回上一頁