summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
authorcarson <carson@leaddyno.com>2021-02-05 20:52:28 -0700
committercarson <carson@leaddyno.com>2021-02-05 20:52:28 -0700
commitec57534150f0fc3b9d59789238d7357f7f0e7a13 (patch)
treed8ed5c245490f9a24e8677a7d16fc23e0d210ab1 /scripts
parent0396be73b7c146cab25ef59aa5149cde8ee54991 (diff)
downloadhtmx-ec57534150f0fc3b9d59789238d7357f7f0e7a13.tar.gz
htmx-ec57534150f0fc3b9d59789238d7357f7f0e7a13.zip
sha generator script
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/sha.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/sha.sh b/scripts/sha.sh
new file mode 100755
index 00000000..9ce7e7a3
--- /dev/null
+++ b/scripts/sha.sh
@@ -0,0 +1,2 @@
+cat dist/htmx.min.js | openssl dgst -sha384 -binary | openssl base64 -A
+echo "" \ No newline at end of file