Remove ssh-withautoadd.sh
authorStefan Huber <shuber@sthu.org>
Sat, 4 Jan 2014 09:03:22 +0000 (10:03 +0100)
committerStefan Huber <shuber@sthu.org>
Sat, 4 Jan 2014 09:03:22 +0000 (10:03 +0100)
ssh-withautoadd.sh [deleted file]

diff --git a/ssh-withautoadd.sh b/ssh-withautoadd.sh
deleted file mode 100755 (executable)
index c134329..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-ssh-add -l > /dev/null || ssh-add
-ssh "$@"
-