From c051e0c6c6d0d05632ac4622cedcd2963d8ef486 Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Fri, 3 Jan 2014 13:54:55 +0100 Subject: [PATCH] Add ssh-withautoadd.sh --- ssh-withautoadd.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 ssh-withautoadd.sh diff --git a/ssh-withautoadd.sh b/ssh-withautoadd.sh new file mode 100755 index 0000000..c134329 --- /dev/null +++ b/ssh-withautoadd.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +ssh-add -l > /dev/null || ssh-add +ssh "$@" + -- 2.30.2