Created
August 31, 2011 00:36
-
-
Save ampledata/1182528 to your computer and use it in GitHub Desktop.
for loop shortcut
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
for k in id_rsa test.pem; do | |
chmod 0400 $k | |
ssh-add $k | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment