xref: /plan9/rc/bin/wloc (revision 59cc4ca53493a3c6d2349fe2b7f7c40f7dce7294)
1#!/bin/rc
2
3rfork e
4ifs='
5'
6
7for(i in `{ls /dev/wsys}) {
8	echo window -r `{syscall -o read 0 buf 59 < $i/window >[2] /dev/null |
9	sed 's/............//; s/^ *//; s/  */ /g'} `{cat $i/label}
10}
11