SBL is a very simple set of functions that I use in bash scripts.
To use SBL sorced it in script. You can add the SBL_DIR
path to your profile (~/.profile
).
[ -z "${SBL_DIR-}" ] && SBL_DIR="$HOME/bin/sbl"
. "${SBL_DIR}"/sbl.bash
MIT.
SBL is a very simple set of functions that I use in bash scripts.
To use SBL sorced it in script. You can add the SBL_DIR
path to your profile (~/.profile
).
[ -z "${SBL_DIR-}" ] && SBL_DIR="$HOME/bin/sbl"
. "${SBL_DIR}"/sbl.bash
MIT.