diff options
| author | Connor Thomson <blumatrikz@gmail.com> | 2026-09-08 18:27:39 -0700 |
|---|---|---|
| committer | Connor Thomson <blumatrikz@gmail.com> | 2026-09-08 18:27:39 -0700 |
| commit | f1ddc12b68b4e4c8087962de25260470e6df2bea (patch) | |
| tree | 7d0440a6402a9b0ef75ded23fa64b68534255bba /scripts/dos2unix.sh | |
| parent | 6025860a61386bf767b29c3ec5fd0d31285f1056 (diff) | |
Add tuxanci2 files
Diffstat (limited to 'scripts/dos2unix.sh')
| -rwxr-xr-x | scripts/dos2unix.sh | 5 |
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 |