summaryrefslogtreecommitdiffstats
path: root/dos2unix.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dos2unix.sh')
-rw-r--r--dos2unix.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/dos2unix.sh b/dos2unix.sh
index 96a51c9d..2864426a 100644
--- a/dos2unix.sh
+++ b/dos2unix.sh
@@ -1,3 +1,5 @@
+#please take care not to dos2unix anything in your .git directory
+#because that will probably break your repo
dos2unix `find . -name '*.py'`
dos2unix `find . -name '*.po'`
dos2unix `find . -name '*.js'`