summaryrefslogtreecommitdiffhomepage
path: root/scripts/gist
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gist')
-rwxr-xr-xscripts/gist1
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() {