Remove ssh-withautoadd.sh
[shutils.git] / ssh-withautoadd.sh
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 "$@"
-