Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
syntrust committed Dec 1, 2023
1 parent 3f37f89 commit b55cd50
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ fi
zkey_file="./snarkjs/blob_poseidon.zkey"
if [ ! -e ${zkey_file} ]; then
echo "${zkey_file} not found, start downloading..."
if [ ! -d snarkjs ]; then
mkdir snarkjs
fi

file_id="1ZLfhYeCXMnbk6wUiBADRAn1mZ8MI_zg-"
html=`curl -c ./cookie -s -L "https://drive.google.com/uc?export=download&id=${file_id}"`
curl -Lb ./cookie "https://drive.google.com/uc?export=download&`echo ${html}|grep -Po '(confirm=[a-zA-Z0-9\-_]+)'`&id=${file_id}" -o ${zkey_file}
Expand Down

0 comments on commit b55cd50

Please sign in to comment.