]> git.openstreetmap.org Git - osqa.git/blob - dos2unix.sh
Added title for login page and changed prompt for "oppurtunity", may still be in...
[osqa.git] / dos2unix.sh
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
11 dos2unix README
12 dos2unix INSTALL