diff options
author | typebrook <typebrook@gmail.com> | 2020-02-09 13:51:23 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-02-09 13:51:23 +0800 |
commit | 2c7aae13a892e1e5d14032915bfefc6cfe386481 (patch) | |
tree | 7702b47e2cc9c42b760bcdbb9947b85e13da38fc /scripts/gist | |
parent | 78e90044092e42df9b3f481d6a17bd8090bd1770 (diff) |
update
Diffstat (limited to 'scripts/gist')
-rwxr-xr-x | scripts/gist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gist b/scripts/gist index 31afd8a..2636c2e 100755 --- a/scripts/gist +++ b/scripts/gist | |||
@@ -337,6 +337,7 @@ _blob_code() { | |||
337 | } | 337 | } |
338 | 338 | ||
339 | # update local git repos | 339 | # update local git repos |
340 | # TODO support http protocol | ||
340 | _sync_repos() { | 341 | _sync_repos() { |
341 | # clone repos which are not in the local | 342 | # clone repos which are not in the local |
342 | comm -13 <(find $folder -maxdepth 1 -type d | sed -e '1d; s#.*/##' | sort) \ | 343 | comm -13 <(find $folder -maxdepth 1 -type d | sed -e '1d; s#.*/##' | sort) \ |