for char in `find $1 -maxdepth 1 -type f` do markdown $char > `echo $char |sed 's/.md$/.html/'` done