Just some ideas on reducing verbosity while maintaining readability and functionality
[backups/.git] / scripts / config.sh
index bfe1847b407f1212c734586bbf727c2c2cd8d0b0..c3b4a26a7a7b1fa8a164a85edec1fbb197f9cfc5 100755 (executable)
@@ -27,3 +27,7 @@ backupdirs="
 excludedirs="
 "
 
+function err() {
+  echo 2>&1 "-E- $1"
+  exit 1
+}