set -eu. Don't allow your code to barrel on after something failed (set -e). Avoid nasty surprises from fat-fingering a variable name ...
確定! 回上一頁