Std.shlib

From NovaOrdis Knowledge Base
Revision as of 09:23, 4 April 2016 by Ovidiu (talk | contribs)
Jump to navigation Jump to search

Internal

Overview

Common bash functionality, such as fail and debug, and the logic to parse the corresponding command line switches.

GitHub


https://github.com/NovaOrdis/std.shlib

Integration

f= $(dirname $0)/std.shib; [ -f ${f} ] && . ${f} || { echo "${f} not found" 1>&2; exit 1; }