git.sh 77 Bytes
Newer Older
1 2
#!/bin/sh
exec ssh -i "/etc/git-identity" -o "StrictHostKeyChecking no" "$@"