Skip to content

Instantly share code, notes, and snippets.

@knmkr
Created October 4, 2016 02:21
Show Gist options
  • Save knmkr/4d19c396e30b8e649d7baa1345c4c388 to your computer and use it in GitHub Desktop.
Save knmkr/4d19c396e30b8e649d7baa1345c4c388 to your computer and use it in GitHub Desktop.
bash logging
#!/usr/bin/env bash
# https://raw.githubusercontent.com/andsens/homeshick/master/lib/log.sh
# https://raw.githubusercontent.com/andsens/homeshick/master/lib/exit_status.sh
source "lib/exit_status.sh"
source "lib/log.sh"
info 'foo' 'bar'
warn 'foo' 'bar'
test -x $(which git) || err $EX_SOFTWARE "git not found in path"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment