Browse Source

update main build script

minor
Duke Leto 4 years ago
parent
commit
c40c45fc66
  1. 19
      zcutil/build.sh

19
zcutil/build.sh

@ -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.

Loading…
Cancel
Save