From 4e4793ff9a3b533e203515ad9852f27e06a07464 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Sun, 14 Aug 2016 19:33:09 -0700 Subject: [PATCH] small doc update --- README | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 . -- 2.25.1