mirror script:
umask 002
tla archives |\
awk '/.*-MIRROR/ { mirror = $1; sub("-MIRROR.*",""); print "nice tla archive-mirror --no-cached " $1 " " mirror " &" } /.*-SOURCE/ { source = $1; sub("-SOURCE.*",""); print "nice tla archive-mirror --no-cached " source " " $1 " &" } END { print "wait" }' |\
shreplay a tree with subprojects script:
tla replay tla catcfg $1 | while read dir conf; do tla replay -d $dir $conf; done
["=locations proprosal"]