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
foca (author)
Mon Mar 24 14:45:16 -0700 2008
commit  9cbd966a1703b9c7c6fde512676303ce47be23ad
tree    15c197193122e383c36bb1deebd808320a482be0
parent  f8cb62c13e825058984eeeec7968dbeed772e81e
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 $@