mirror of
https://github.com/luc-github/ESP3DLib.git
synced 2026-02-20 01:11:22 +01:00
8 lines
90 B
Batchfile
8 lines
90 B
Batchfile
|
|
cd %~dp0src
|
|
astyle --recursive --style=otbs *.h *.cpp *.ino
|
|
del /S *.ori
|
|
dir
|
|
cd ..
|
|
pause
|