Converts text files from M$ (CR/LF) to Linux (LF) , and vice-versa

Well if you need convert some file developed with M$ and run it in Linux without ^M. For this you have tofodos and you may want run this simple script to convert some directories fromdos.sh
find . -type f -exec fromdos {} \;

But other problem, some M$ files don't have an eof (end of line) in last line of the file, just have an eof (end of file)
On vim we see [noeof] when edit the M$ file.
I made a patch that could be applied on tofrodos-1.7.6.tar.gz that aims to resolve this problem , (author of tofrodos don't include my patch on his sources) tofrodos.diff