diff options
author | typebrook <typebrook@gmail.com> | 2020-01-16 11:30:40 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2020-01-16 11:30:40 +0800 |
commit | 60ed93757f1a741f3e651ba203b7bc50fb1f9369 (patch) | |
tree | 350cbc5a0daa94c7d0a752253a72714eccfbbc0a /scripts/gist | |
parent | 51f2b2e3dc21bad9c86be135cc73109bb0c03ffa (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 2369fca..bd37b1e 100755 --- a/scripts/gist +++ b/scripts/gist | |||
@@ -74,6 +74,7 @@ _update() { | |||
74 | echo $line_num $link $blob_code $file_num $comment_num $(echo $description | cut -c -70) | tr -d '"' | 74 | echo $line_num $link $blob_code $file_num $comment_num $(echo $description | cut -c -70) | tr -d '"' |
75 | done > $index && \ | 75 | done > $index && \ |
76 | _show_list | 76 | _show_list |
77 | (_sync_repos > /dev/null 2>&1 &) | ||
77 | } | 78 | } |
78 | 79 | ||
79 | _sync_repos() { | 80 | _sync_repos() { |