#!/bin/rc

d=`{ls -d task.*.*}
for(f in $d)
	if(! test -e $f/done) rm -rf $f

d=`{ls -d task.*.*}
for(f in $d)
	if(test -e $f/dup) rm -rf $f
