Skip to content

v0.1.0

Compare
Choose a tag to compare
@brikis98 brikis98 released this 28 Nov 12:44
· 62 commits to master since this release
9369cb3

Modules affected

All!

Description

  • Add bootstrap.sh script that sets a number of good defaults, such as pipefail, errtrace, and functrace. We strongly recommend sourceing 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.

Related links