#! /bin/sh if [ -z "$SSH_AGENT_PID" ]; then exec ssh-agent bash "$@" else exec bash "$@" fi