summaryrefslogtreecommitdiff
path: root/scripts/dos2unix.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dos2unix.sh')
-rwxr-xr-xscripts/dos2unix.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/dos2unix.sh b/scripts/dos2unix.sh
deleted file mode 100755
index 70f9c77..0000000
--- a/scripts/dos2unix.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/sh
-
-for suffix in c h sh cmake txt in conf lang ebuild po pot 1 rc desktop; do
- find . -name \*.$suffix -print | xargs -i sed -i -e 's@\r@@g' {}
-done