Created
January 30, 2017 06:36
-
-
Save paresharma/bfc3e315903a5d9486342d625caa655f 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/bash | |
PASSWORD=$(echo $(security 2>&1 >/dev/null find-generic-password -ga sshme) | cut -d\" -f2) | |
~/.sshme.exp $1 $PASSWORD |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment