Add scripts to convert line ending format
This commit is contained in:
2
scripts/unix2dos.sh
Normal file
2
scripts/unix2dos.sh
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
find . \( -iname "*.h" -o -iname "*.c" \) -exec unix2dos {} \;
|
||||
Reference in New Issue
Block a user