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