Created
December 4, 2019 15:30
-
-
Save webfacer/58de7f62e90b6c9def88a5d6a2ff0ef6 to your computer and use it in GitHub Desktop.
How to create integrity - shasum-mac - command
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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