Add eol.sh to change some file's EOL from DOS to Unix

Currently, it only change some C++ files.
This commit is contained in:
Calcitem 2021-11-21 02:31:11 +08:00
parent e21e223913
commit 227b4d03fe
No known key found for this signature in database
GPG Key ID: F67E4F8CB7B5EED2
1 changed files with 4 additions and 0 deletions

4
eol.sh Normal file
View File

@ -0,0 +1,4 @@
#!/bin/bash
dos2unix include/*.h include/*.template src/*.h src/*.cpp src/test/*.h src/test*.cpp src/perfect/*.h src/perfect/*.cpp src/ui/qt/*.h src/ui/qt/*.cpp src/ui/flutter_app/command/*.h src/ui/flutter_app/command/*.cpp