From: Ian Kelling Date: Mon, 15 Aug 2016 02:33:09 +0000 (-0700) Subject: small doc update X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=4e4793ff9a3b533e203515ad9852f27e06a07464;p=errhandle.git small doc update --- diff --git a/README b/README index aa8236a..2bdb934 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Functions to deal with errors in bash. +Functions to deal with errors in bash bash-trace: print stack trace (best bash stack trace ever). errcatch: on error, do stack trace ane exit @@ -7,13 +7,11 @@ errexit: exit and print stack trace the err* functions depend on bash-trace. - For scripts without any nested function calls, this is usually sufficient: set -eE -o pipefail trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR - -Related: see my bash script template repo. +Related: see my bash script template repo, at https://iankelling.org/git. Please email me if you have a patches, bugs, feedback, or republish this somewhere else: Ian Kelling .