htmx/scripts/sha.sh
2024-04-17 10:58:31 -06:00

7 lines
192 B
Bash
Executable File

echo "htmx.min.js:"
cat dist/htmx.min.js | openssl dgst -sha384 -binary | openssl base64 -A
echo ""
echo "htmx.js:"
cat dist/htmx.js | openssl dgst -sha384 -binary | openssl base64 -A
echo ""