ref: b9a1531ee8e6e352a0c6d9d40a9835bd92b82b93
dir: /bin/aux/runtsts.rc/
#!/usr/bin/env 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 } }