1#!/bin/bash 2set -e 3./astyle --quiet --options=astylerc --recursive "../*.cpp" "../*.c" "../*.h" 4 5