subdirs="bin lib regexp docs mkfiles"
for dir in $subdirs
do
	find $dir -type f -exec unix2dos {} \;
done
unix2dos test/cbkey/*.ks
