mirror of
https://github.com/Dev-Wiki/git-repo.git
synced 2025-02-24 07:37:28 +08:00
3 lines
56 B
Plaintext
3 lines
56 B
Plaintext
|
#!/bin/sh
|
||
|
exec ssh -o "ControlPath $REPO_SSH_SOCK" "$@"
|