stamp=`p "$1"`; shift
cd ~/all
if [ $# = 0 ]; then
	exec $0 "$stamp" lecho
fi
"$@" `find . -type f -newer "$stamp" -mindepth 2 \! -path '*/_darcs/*' \! -name '.darcs*' | sed 's,^./,,' | first_dir | sort -u`
