mirror of
https://github.com/luc-github/ESP3D.git
synced 2026-03-14 03:46:48 +01:00
6 lines
98 B
Python
6 lines
98 B
Python
#!/usr/bin/env python3
|
|
|
|
import os
|
|
|
|
os.system('astyle --options=code-format.cfg "../src/*.c,*.h"')
|