Skip to content

Instantly share code, notes, and snippets.

@webfacer
Created December 4, 2019 15:30
Show Gist options
  • Save webfacer/58de7f62e90b6c9def88a5d6a2ff0ef6 to your computer and use it in GitHub Desktop.
Save webfacer/58de7f62e90b6c9def88a5d6a2ff0ef6 to your computer and use it in GitHub Desktop.
How to create integrity - shasum-mac - command
curl https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.jscroll.min.js | shasum -b -a 256 | awk '{print $1}' | xxd -r -p | base64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment