mirror of
https://git.mirrors.martin98.com/https://github.com/luc-github/ESP3D.git
synced 2025-08-02 12:10:37 +08:00
8 lines
92 B
Batchfile
8 lines
92 B
Batchfile
|
|
cd %~dp0esp3d
|
|
astyle --recursive --style=otbs *.h *.cpp *.ino
|
|
del /S *.ori
|
|
dir
|
|
cd ..
|
|
pause
|