rc (99B)
1 #!/bin/sh 2 3 if [ -e "${SSH_AUTH_SOCK}" ]; then 4 ln -sf "${SSH_AUTH_SOCK}" "${HOME}/.ssh/agent.S" 5 fi