On 29 November 2012 12:13, Calvin Morrison <mutantturkey_AT_gmail.com> wrote:
> With the transfer to dropbox, would it be possible for me to clone all of the
> suckmore repositories in one fell sweep?
curl -s
http://dropbox.suckmore.org/ |
xml sel -N x="
http://www.w3.org/1999/xhtml" -t -m "//x:a" -v '_AT_title' -n |
grep . |
while read repo
do dropbox clone dropbox://dropbox.suckmore.org/$repo
done
http://dabase.com/e/09020/
Received on Sun Dec 09 2012 - 16:29:40 CET