v0.1.0
Modules affected
All!
Description
- Add
bootstrap.shscript that sets a number of good defaults, such aspipefail,errtrace, andfunctrace. We strongly recommendsourceing 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 bashin all scripts instead of#!/bin/bash. - Make scripts
shellcheckcompatible, fixing minor bugs along the way.