ShellOps / shellops_pro /assets /ShellOps_3c458ba472 /gold /scripts /deploy /interviewing-ergo-chair-05.sh
| set -euo pipefail | |
| TARGET=${1:?target required} | |
| echo "target=$TARGET" | |
| echo done | |
| set -euo pipefail | |
| TARGET=${1:?target required} | |
| echo "target=$TARGET" | |
| echo done | |