sha generator script

This commit is contained in:
carson
2021-02-05 20:52:28 -07:00
parent 0396be73b7
commit ec57534150

2
scripts/sha.sh Executable file
View File

@@ -0,0 +1,2 @@
cat dist/htmx.min.js | openssl dgst -sha384 -binary | openssl base64 -A
echo ""