2020-10-10 16:51:11 +02:00

5 lines
76 B
Batchfile

cd %~dp0
astyle --recursive --style=otbs *.h *.cpp *.ino
del /S *.ori
pause