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