Add scripts to convert line ending format

This commit is contained in:
2024-07-08 22:23:15 +03:00
parent d0cd2c4697
commit ebb78a4802
2 changed files with 4 additions and 0 deletions

2
scripts/unix2dos.sh Normal file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
find . \( -iname "*.h" -o -iname "*.c" \) -exec unix2dos {} \;