On Wed, Nov 28, 2012 at 11:13:11PM -0500, Calvin Morrison wrote: > With the transfer to git, would it be possible for me to clone all of the > suckless repositories in one fell sweep?
for repo in foo bar baz; do git clone git://some.server/$repo; done This is about as 'one fell sweep' as it's going to get.