ref: 3b043d737f70ff1e6d14fe6034d7a6c1f2f4d498
dir: /bin/aux/runtsts.rc/
#!/bin/rc tstdom='http://test.cat-v.org' cd sites/tst.cat-v.org tstfiles=`{du -a |awk '/\.tst$/ { print $2 }; {} ' | sed 's/^\.//; s/\.tst$//'} for(f in $tstfiles) { ifs=' ' { tsts=`{cat ./$f.tst} } for(t in $tsts) { echo tst $t } }