update main build script

This commit is contained in:
Duke Leto
2020-12-08 07:40:26 -05:00
parent 076ee2ad16
commit c40c45fc66

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Copyright (c) 2019-2020 The Hush developers # Copyright (c) 2019-2020 The Hush developers
# Released under the GPLv3 # Distributed under the GPLv3 software license, see the accompanying
# file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html
set -eu -o pipefail set -eu -o pipefail
@@ -12,14 +13,16 @@ function cmd_pref() {
fi fi
} }
cat <<'EOF' cat <<'EOF'
________________ .~~~~~~~~~~~~~~~~.
< Building Hush! > {{ Building Hush!! }}
---------------- `~~~~~~~~~~~~~~~~`
\ ^__^ \ ^__^
\ (oo)\_______ \ (@@)\_______
(__)\ )\/\ (__)\ HUSH )\/\ $
||----w | z zz ||----w | z |
|| || zz zz z || z ||xxx z z|z zz
zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz
EOF EOF
# If a g-prefixed version of the command exists, use it preferentially. # If a g-prefixed version of the command exists, use it preferentially.