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