Fix error with ssh, big refactor
[errhandle.git] / README
diff --git a/README b/README
index aa8236a1a52b6fd9152ce3c5baccd6cb66a3bd39..23af1dd290e6d08fe760968b8a1e19f20e6edfdf 100644 (file)
--- a/README
+++ b/README
@@ -1,19 +1 @@
-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
-errallow: undo errcatch
-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.
-
-Please email me if you have a patches, bugs, feedback, or republish this
-somewhere else: Ian Kelling <ian@iankelling.org>.
+Read the err file next to this one.