Shell Scripts That Don't Embarrass You at 3 AM
set -euo pipefail, quoting like you mean it, and other bash habits that turn fragile one-liners into scripts you can trust when it matters.
3 min readRead post →
// category
1 post in this category.
set -euo pipefail, quoting like you mean it, and other bash habits that turn fragile one-liners into scripts you can trust when it matters.