6 lines
100 B
Bash
Executable File
6 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
# Copyright (c) 2019-2020 The Hush developers
|
|
|
|
set -eu -o pipefail
|
|
./zcutil/build.sh $@
|