From f1ddc12b68b4e4c8087962de25260470e6df2bea Mon Sep 17 00:00:00 2001 From: Connor Thomson Date: Tue, 8 Sep 2026 18:27:39 -0700 Subject: Add tuxanci2 files --- scripts/dos2unix.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 scripts/dos2unix.sh (limited to 'scripts/dos2unix.sh') 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 -- cgit v1.2.3