1 #please take care not to dos2unix anything in your .git directory
2 #because that will probably break your repo
3 dos2unix `find . -name '*.py'`
4 dos2unix `find . -name '*.po'`
5 dos2unix `find . -name '*.js'`
6 dos2unix `find . -name '*.css'`
7 dos2unix `find . -name '*.txt'`
8 dos2unix `find ./sphinx -type f`
9 dos2unix `find ./cron -type f`
10 dos2unix settings_local.py.dist