public
Fork of foca/utility_scripts
Description: Some utility scripts (the stuff I keep in ~/bin)
Clone URL: git://github.com/sabman/utility_scripts.git
Search Repo:
foca (author)
Mon Mar 24 14:58:17 -0700 2008
commit  898b31fd7d662efefcaaccf806dec05dc63ed0d5
tree    5004c5aac7be23b7f6512f04723d7a265df1dafc
parent  9cbd966a1703b9c7c6fde512676303ce47be23ad
100755 10 lines (6 sloc) 0.128 kb
1
2
3
4
5
6
7
8
9
10
#!/bin/bash
 
real_ssh=/opt/local/bin/ssh
 
if [[ $(ssh-add -L | cut -d\ -f1) != "ssh-rsa" ]]; then
ssh-add
fi
 
$real_ssh $@