mirror of
https://github.com/jonthysell/MacLO.git
synced 2024-12-26 19:29:18 +00:00
Added convertfiles.cmd script
This commit is contained in:
parent
fd9030c142
commit
fe307eb9e6
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%
|
Loading…
Reference in New Issue
Block a user