shithub: riscv

ref: aa8af9c5a32b5f3afe0e612981fe4d9fada43d34
dir: /rc/bin/wloc/

View raw version
#!/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}
}