chiark / gitweb /
sponge: I've lost the original C source for this. Replace with a simple Perl
[bin.git] / ssh-agent-shell
1 #! /bin/sh
2 if [ -z "$SSH_AGENT_PID" ]; then
3     exec ssh-agent bash "$@"
4 else
5     exec bash "$@"
6 fi