scripts

misc scripts and tools
git clone git://git.2f30.org/scripts
Log | Files | Refs

commit 78784291ef3cef4337462528f194533fd6a1d3d5
parent 4e5fe91116eb2c61a3f23a8cb9206585739b9cfb
Author: sin <sin@2f30.org>
Date:   Fri, 28 Jun 2013 12:35:37 +0100

Print out skipped repos

Diffstat:
M2f30-clone-all | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/2f30-clone-all b/2f30-clone-all @@ -9,6 +9,8 @@ mv projects.tmp projects while read line; do if [ ! -d "$line" ]; then git clone git@git.2f30.org:"$line" + else + echo "Skipping $line..." fi done < projects rm projects