Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env bash
# Copyright 2016 Postmates Inc.
#
# Author: Benjamin Staffin
#
# Logging library for bash scripts
#
# Features:
# * Nicely formatted messages with timestamp, source file and line number
# * Stack traces on abnormal exits, similar to Python