diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2019-02-19 21:49:14 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2019-02-19 21:57:54 +0300 |
commit | 3f23bb852c348ca6a676a950fb976db27dc7170b (patch) | |
tree | 58e43facbe43376afe5397ec2861ed4bb899b25a /pull.sh | |
parent | refactor to make for proper code (diff) | |
download | cgitize-3f23bb852c348ca6a676a950fb976db27dc7170b.tar.gz cgitize-3f23bb852c348ca6a676a950fb976db27dc7170b.zip |
add option to pull individual repos
Diffstat (limited to '')
-rwxr-xr-x | pull.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,4 +35,4 @@ if [ -z "${SSH_AUTH_SOCK+x}" ]; then exit 1 fi add_ssh_key -python3 -m pull.pull +python3 -m pull.pull "$@" |