#!/bin/sh SSH_AGENT=/usr/bin/ssh-agent if [ -x "$SSH_AGENT" -a -z "$SSH_AUTH_SOCK" ]; then eval `$SSH_AGENT -u 2>/dev/null` fi unset SSH_AGENT