set -x - if you add this to your script then Bash will output every command execution which can be very helpful to see what is going on; set -e - exit the ...
確定! 回上一頁