Whenever writing a shell script, I mostly always include this option at the beginning of the script. #!/usr/bin/env bash set -Eeuo pipefail.
確定! 回上一頁