commit 08f59177fd65da90fb3fbbbfef3875b0239ded24
parent 3146a872c9efd08d4d7a127e6c98f250989836cf
Author: sin <sin@2f30.org>
Date:   Tue, 17 Sep 2013 17:18:57 +0100
Fix 2f30-clone-all
We broke the script after we introduced the cgit sections
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/2f30-clone-all b/2f30-clone-all
@@ -3,7 +3,7 @@
 trap 'rm -f projects; exit 0' 2
 
 curl -s http://git.2f30.org | awk '/<a title=/ {print $3}' \
-	| sed 's/.*=//g' | sed "s/'//g" > projects
+	| grep title | sed 's/.*=//g' | sed "s/'//g" > projects
 
 while read line; do
 	if [ ! -d ${line} ]; then