diff options
Diffstat (limited to 'lib/header-hook')
-rw-r--r-- | lib/header-hook | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/header-hook b/lib/header-hook new file mode 100644 index 0000000..ccd343e --- /dev/null +++ b/lib/header-hook @@ -0,0 +1,8 @@ +#!/bin/bash + +set -e +set -u + +APPSTORE_HOME=$(cd $(dirname "$0")/.. && pwd) + +. $APPSTORE_HOME/lib/common |