ref: d208afc56c6a82f00bd21264301b4c915e4eb3d6
dir: /repou/
#!/bin/rc # giturl\tname\tdir\tdesc awk ' BEGIN{ FS="\t" }$1 !~ /^(#|$)/{ print $2 basedir = $3 sub("/[^/]+$", "", basedir) # yikes if(system("test -d " $3) != 0){ system("mkdir -p " basedir) system("git/clone " $1 " " $3) }else{ system("rc -c \''cd " $3 "; git/pull\''") } } ' $home/p/lib/^(plan9 unix)