From: Colin Watson Date: Thu, 23 Aug 2007 19:24:02 +0000 (+0000) Subject: remove ssh-agent-shell, no longer used X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?p=bin.git;a=commitdiff_plain;h=a328c0250457b724a11fd373b06bfb7a434b5715 remove ssh-agent-shell, no longer used --- diff --git a/ssh-agent-shell b/ssh-agent-shell deleted file mode 100755 index 3007c4e..0000000 --- a/ssh-agent-shell +++ /dev/null @@ -1,6 +0,0 @@ -#! /bin/sh -if [ -z "$SSH_AGENT_PID" ]; then - exec ssh-agent bash "$@" -else - exec bash "$@" -fi