Writing shell scripts you will not regret
Begin every serious Bash script with set -euo pipefail so it fails fast instead of limping along after an error.
Begin every serious Bash script with set -euo pipefail so it fails fast instead of limping along after an error.
0 comments
Leave a comment
Comments are reviewed before they appear.