CRLF to LF

isolation_bkp/dynres
Dominik Madarász 2021-11-01 19:55:13 +01:00
parent 01eff09e49
commit 67ca6d4dba
26 changed files with 3355 additions and 3348 deletions

7
dos2unix_conv.sh 100644
View File

@ -0,0 +1,7 @@
#!/bin/sh
script_path=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
cd "$script_path/" || exit 1
find code/modules/ -type f -print0 | xargs -0 dos2unix -ic0 | xargs -0 dos2unix -b
find code/game/ -type f -print0 | xargs -0 dos2unix -ic0 | xargs -0 dos2unix -b