shithub: rc

ref: 864c67531f8f2144c9979a486afd3165c13ee816
dir: rc/workspace

View raw version
#!/bin/rc
if(! test -d $home/lib/work){
	echo no work files
	exit 'no work nor worry'
}
. /tmp/sizes
for(i in $home/lib/work/*){
	window -hide -r $briorect $i
	sleep 2
	last=`{cd /dev/wsys; ls | sort -n | tail -1}
	echo -n `{basename $i} >/dev/wsys/$last/label
}