chiark / gitweb /
remove ssh-agent-shell, no longer used
authorColin Watson <cjwatson@chiark.greenend.org.uk>
Thu, 23 Aug 2007 19:24:02 +0000 (19:24 +0000)
committerColin Watson <cjwatson@chiark.greenend.org.uk>
Thu, 23 Aug 2007 19:24:02 +0000 (19:24 +0000)
ssh-agent-shell [deleted file]

diff --git a/ssh-agent-shell b/ssh-agent-shell
deleted file mode 100755 (executable)
index 3007c4e..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-#! /bin/sh
-if [ -z "$SSH_AGENT_PID" ]; then
-    exec ssh-agent bash "$@"
-else
-    exec bash "$@"
-fi