From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <2a011dfde04c09174cd25f05dc0225ec@quintile.net> From: "Steve Simon" Date: Tue, 1 Dec 2009 19:58:01 +0000 To: 9fans@9fans.net In-Reply-To: <32d987d50911251148h2dd363a2md4b91f9817a6b4b7@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] after a recent pull ... Topicbox-Message-UUID: a64f4398-ead5-11e9-9d60-3106f5b1d025 I added this to my $home/bin/rc/pull script, it doesn't pull the contrib packages, but prints the commands to do so in case I want to do so. for(rep in `{ls /dist/replica | grep -v 'network|kfs|sourcesmirror|sources|plan9.proto|cd|client'} ) echo contrib/pull `{basename $rep} -Steve