From e35b7e21b3cf64acbd671edd8d2ca7e12cdd5952 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Fri, 29 May 2020 23:13:15 -0400 Subject: [PATCH] Less typing is nice --- build.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 build.sh diff --git a/build.sh b/build.sh new file mode 100755 index 000000000..2ae8514c3 --- /dev/null +++ b/build.sh @@ -0,0 +1,5 @@ +#!/bin/bash +# Copyright (c) 2019-2020 The Hush developers + +set -eu -o pipefail +./zcutil/build.sh $@