]> git.za3k.com Git - za3k.git/commitdiff
add backslashes to command to run
authorZachary Vance <za3k@za3k.com>
Fri, 20 Nov 2015 06:18:06 +0000 (22:18 -0800)
committerZachary Vance <za3k@za3k.com>
Fri, 20 Nov 2015 06:18:06 +0000 (22:18 -0800)
github.html

index 5b2b8f3d57b556a5a328950deda130eef15cec84..67d7f9421ac61a4cf9056fd7cd9ad0578a175428 100644 (file)
@@ -9,7 +9,9 @@ I host the metadata for the repositories. Metadata for gists is currently unavai
 http://za3k.com/github/repos-&lt;X>0000-&lt;X+1>0000.json.gz</pre>
     To download all files, run <pre>
 
-for x in {0..100}; do wget "http://za3k.com/github/repos-$((x*10000))-$(((x+1)*10000)).json.gz"; done
+for x in {0..100}; do \
+  wget "http://za3k.com/github/repos-$((x*10000))-$(((x+1)*10000)).json.gz"\
+done
     </pre>
 </li>
        <li>You can grab greatly abbreviated metadata (recommended) as <a href="https://za3k.com/github/repos.json">JSON</a>.</li>