ref: e8c8f5d82b4fb7752e66ce09488b8029425b5aa4
dir: /rc/bin/wloc/
#!/bin/rc
rfork e
ifs='
'
for(i in `{ls /dev/wsys}) {
echo window -r `{syscall -o read 0 buf 59 < $i/window >[2] /dev/null |
sed 's/............//; s/^ *//; s/ */ /g'} `{cat $i/label}
}