#!/bin/sh
find . -type f -exec fix-dos-text-file.pl '{}' '{}' ';'
