1 2 3 4 5 6
#!/usr/bin/env bash echo "\n\nFormatting openvic-simulation with astyle:\n" astyle --options=.astylesrc --recursive ./src/*.?pp exit 0