commit 6b3490d72d07a7ebc196759599f3112d82376d72 parent f814ba645f7c69230c3d82e54149ed7985818775 Author: sin <sin@2f30.org> Date: Fri, 12 Jul 2013 14:09:23 +0100 Make 2f30-clone-all compatible with cgit Diffstat:
M | 2f30-clone-all | | | 4 | +--- |
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/2f30-clone-all b/2f30-clone-all @@ -2,9 +2,7 @@ trap 'rm -f projects; exit 0' 2 -wget http://git.2f30.org/?a=project_index -O projects -awk '{print $1}' projects > projects.tmp -mv projects.tmp projects +curl -s http://git.2f30.org | xml2 | awk '/@title/ {print $1}' | sed 's/.*=//g' > projects while read line; do if [ ! -d "$line" ]; then