mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-28 21:41:40 +00:00
7 lines
192 B
Bash
Executable File
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 ""
|