#!/bin/sh find . \( -iname "*.h" -o -iname "*.c" \) -exec dos2unix {} \;