bib2html.py: Add incollection bibtype
[shutils.git] / dotfiles / shell / ssh-withautoadd.sh
1 #!/bin/sh
2
3 ssh-add -l > /dev/null || ssh-add
4 ssh "$@"
5