All pastes #2076948 Raw Edit

Miscellany

public shellscript v1 · immutable
#2076948 ·published 2011-06-08 21:16 UTC
rendered paste body
for repo in $(wget -o /dev/null -O - http://git.gitbrew.org/ps3/ | grep .git | grep '<td>' | cut -d '>' -f 3 | cut -d '<' -f -1 | egrep -v '^$'); do git clone git://git.gitbrew.org/ps3/${repo}; done