mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-05 14:40:38 +08:00
5 lines
76 B
Batchfile
5 lines
76 B
Batchfile
cd %~dp0
|
|
astyle --recursive --style=otbs *.h *.cpp *.ino
|
|
del /S *.ori
|
|
pause
|