aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-23 23:44:38 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-23 23:44:38 -0400
commit0b289c4b8a6909efb8ad982b562aef9c69eae286 (patch)
tree1460e707e1c91234783b3694b6b26a89bd708d34
parent72c11f3586b9a893b5824f8b4e22d90a379f3da1 (diff)
downloadynab-export-0b289c4b8a6909efb8ad982b562aef9c69eae286.tar.gz
ynab-export-0b289c4b8a6909efb8ad982b562aef9c69eae286.zip
add error handling
-rwxr-xr-xbin/load1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/load b/bin/load
index 6095d86..f171060 100755
--- a/bin/load
+++ b/bin/load
@@ -1,4 +1,5 @@
#!/bin/sh
+set -eu
cd "$(dirname "$0")/.." || exit 1