Skip to content

Instantly share code, notes, and snippets.

@a-suenami
Created March 3, 2012 10:43
Show Gist options
  • Save a-suenami/1965525 to your computer and use it in GitHub Desktop.
Save a-suenami/1965525 to your computer and use it in GitHub Desktop.
create sha1 hash.
#!/bin/sh
echo $1 | openssl dgst -sha1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment