~kris/9p

krisyotam.net

ref: a15f9ce362ba4d456a781ce61e1046f8259a3ee0 krisyotam.net/bin/aux/runtsts.rc -rwxr-xr-x 262 bytes
a15f9ce3 — Kris Yotam initial werc site scaffold 4 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/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
    }
}