File: sha.sh

package info (click to toggle)
htmx 2.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 96,944 kB
  • sloc: javascript: 65,214; ruby: 44; sh: 39; makefile: 7
file content (6 lines) | stat: -rwxr-xr-x 192 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
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 ""