aboutsummaryrefslogtreecommitdiff
path: root/cs1670_reformat_all
blob: d10f98513f286603d3c83c7851dff6045adfc6f9 (plain)
1
2
3
4
#!/bin/bash

echo "reformatting all *.c *.h files"
./cs1670_reformat $(find -regex '.*/.*\.\(c\|h\)$')