shithub: rc

ref: 5e6bd6f2655721469ef462d7bcbb39014b8bb727
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
}