dotfiles: rename shell confs and add ssh-withautoadd.sh
[shutils.git] / dotfiles / shell / ssh-withautoadd.sh
1 #!/bin/sh
2
3 ssh-add -l > /dev/null || ssh-add
4 ssh "$@"
5