2023-10-02 19:55:18 +08:00

6 lines
98 B
Python

#!/usr/bin/env python3
import os
os.system('astyle --options=code-format.cfg "../src/*.c,*.h"')