From 0b289c4b8a6909efb8ad982b562aef9c69eae286 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Fri, 23 Aug 2019 23:44:38 -0400 Subject: add error handling --- bin/load | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-54-g00ecf