github gruntwork-io/bash-commons v0.1.0

latest releases: v0.1.9, v0.1.8, v0.1.7...
5 years ago

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

Don't miss a new bash-commons release

NewReleases is sending notifications on new releases.