diff options
author | carson <carson@leaddyno.com> | 2021-02-05 20:52:28 -0700 |
---|---|---|
committer | carson <carson@leaddyno.com> | 2021-02-05 20:52:28 -0700 |
commit | ec57534150f0fc3b9d59789238d7357f7f0e7a13 (patch) | |
tree | d8ed5c245490f9a24e8677a7d16fc23e0d210ab1 /scripts | |
parent | 0396be73b7c146cab25ef59aa5149cde8ee54991 (diff) | |
download | htmx-ec57534150f0fc3b9d59789238d7357f7f0e7a13.tar.gz htmx-ec57534150f0fc3b9d59789238d7357f7f0e7a13.zip |
sha generator script
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/sha.sh | 2 |
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 |