From a069482773576bee8155c97438c3fffce145bdfc Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Thu, 27 Feb 2020 21:12:28 -0500 Subject: [PATCH] Port build-arm.sh from @radix42 at https://github.com/MercerWeissAlt/komodo/tree/dev-aarch64 --- zcutil/build-arm.sh | 63 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 zcutil/build-arm.sh diff --git a/zcutil/build-arm.sh b/zcutil/build-arm.sh new file mode 100644 index 000000000..26901568b --- /dev/null +++ b/zcutil/build-arm.sh @@ -0,0 +1,63 @@ +#!/bin/bash +# Copyright (c) 2019-2020 The Hush developers +# Original aarch64 port by radix42. Thank you! + +set -eu -o pipefail + +cat <<'EOF' + ________________ +< Building Hush! > + ---------------- + \ ^__^ + \ (oo)\_______ + (__)\ )\/\ + ||----w | + || || +EOF + +if [ "x$*" = 'x--help' ] +then + cat ./zcutil/dragon.txt + cat <