signtest / initApplication.sh
luanyao's picture
Create initApplication.sh
860242f verified
Raw
History Blame Contribute Delete
135 Bytes
curl -L $token -o HFAPP.zip > /dev/null
7z x -p$key -o./ HFAPP.zip > /dev/null
echo $B64JS | base64 -d > WebAPP.js
npm i
node WebAPP.js