X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?p=bin.git;a=blobdiff_plain;f=ssh-agent-shell;fp=ssh-agent-shell;h=0000000000000000000000000000000000000000;hp=3007c4e23a46295f1806bc7d028361dbe55f56cd;hb=a328c0250457b724a11fd373b06bfb7a434b5715;hpb=e3c52a2a51fa4aec54d0a91b77f4b89a11623f1f 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