mirror of
https://github.com/jonthysell/MacLO.git
synced 2025-08-05 18:25:31 +00:00
Added convertfiles.cmd script
This commit is contained in:
15
scripts/convertfiles.cmd
Normal file
15
scripts/convertfiles.cmd
Normal file
@@ -0,0 +1,15 @@
|
||||
@echo off
|
||||
setlocal
|
||||
|
||||
REM mac2unix, unix2dos at https://waterlan.home.xs4all.nl/dos2unix.html
|
||||
|
||||
pushd %~dp0\..
|
||||
|
||||
mac2unix src\*.c src\*.h *.md
|
||||
unix2dos src\*.c src\*.h *.md
|
||||
|
||||
popd
|
||||
|
||||
endlocal
|
||||
|
||||
exit /b %ErrorLevel%
|
Reference in New Issue
Block a user