summaryrefslogtreecommitdiff
path: root/generate_checksum.sh
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-10-31 13:11:01 +0000
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-10-31 13:11:01 +0000
commitdfc7c5eea0bed2f4dc7a8cabfb33ad49370cd3a1 (patch)
tree9706ca4b29798280a6c4ba8118f0d2cf91f17628 /generate_checksum.sh
parent1d8e0fb30b53c28756f23676d5a3e1a99a9b3051 (diff)
initial zano commit
Diffstat (limited to 'generate_checksum.sh')
-rwxr-xr-xgenerate_checksum.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/generate_checksum.sh b/generate_checksum.sh
index 4b82e53..ea59961 100755
--- a/generate_checksum.sh
+++ b/generate_checksum.sh
@@ -6,7 +6,7 @@ then
function sha256sum() { shasum -a 256 "$@" ; } && export -f sha256sum
fi
-for coin in monero wownero;
+for coin in monero wownero zano;
do
submodule_hash=$(git ls-tree HEAD ${coin} | xargs | awk '{ print $3 }')
COIN=$(echo "$coin" | tr a-z A-Z)