quickly syntax set -euo pipefail # let script exit if a command fails set -o errexit ... #!/bin/bash names=( "Aaron Maxwell" "Wayne Gretzky" "David Beckham" ...
確定! 回上一頁