v0.1.0
Modules affected
All!
Description
- Add
bootstrap.sh
script that sets a number of good defaults, such aspipefail
,errtrace
, andfunctrace
. We strongly recommendsource
ing this script at the very top of all of your scripts (i.e., before importing any of the other bash-commons scripts)! - Use
#!/usr/bin/env bash
in all scripts instead of#!/bin/bash
. - Make scripts
shellcheck
compatible, fixing minor bugs along the way.