On Sun, Dec 9, 2012 at 10:29 AM, Kai Hendry <hen...@iki.fi> wrote: > On 29 November 2012 12:13, Calvin Morrison <mutanttur...@gmail.com> wrote: >> With the transfer to git, would it be possible for me to clone all of the >> suckless repositories in one fell sweep? > > curl -s http://git.suckless.org/ | > xml sel -N x="http://www.w3.org/1999/xhtml" -t -m "//x:a" -v '@title' -n | > grep . | > while read repo > do git clone git://git.suckless.org/$repo > done > > http://dabase.com/e/09020/ >
are you fucking kidding me