mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-24 19:02:39 +08:00
5 lines
61 B
Bash
5 lines
61 B
Bash
#!/bin/bash
|
|
|
|
eval `ssh-agent -s`
|
|
/opt/sourcegit/sourcegit $@
|