scripts

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

commit 651f86062771834fa941334e15903ef5a3e408a3
parent 08f59177fd65da90fb3fbbbfef3875b0239ded24
Author: sin <sin@2f30.org>
Date:   Tue, 24 Sep 2013 13:51:42 +0100

Fetch the project list

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

diff --git a/2f30-clone-all b/2f30-clone-all @@ -2,8 +2,7 @@ trap 'rm -f projects; exit 0' 2 -curl -s http://git.2f30.org | awk '/<a title=/ {print $3}' \ - | grep title | sed 's/.*=//g' | sed "s/'//g" > projects +wget http://dl.2f30.org/projects -O projects while read line; do if [ ! -d ${line} ]; then