#!/bin/rc

for(w in /dev/wsys/*){
	echo -n `{cat $w/winid}
	echo -n '	'
	echo `{cat $w/label}
}