Created
March 8, 2013 05:12
-
-
Save askedrelic/5114346 to your computer and use it in GitHub Desktop.
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
#!/bin/sh | |
security find-generic-password -a "$1" -g 2>&1 | grep password | sed -e "s/password: \"//" -e "s/\"//" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment