c1343293e90b05084bebe7e586d6926e7be429d9
[shutils.git] / ssh-withautoadd.sh
1 #!/bin/sh
2
3 ssh-add -l > /dev/null || ssh-add
4 ssh "$@"
5