git_ssh 78 B

12
  1. #!/bin/sh
  2. exec ssh -o "ControlMaster no" -o "ControlPath $REPO_SSH_SOCK" "$@"