Add astyle.sh to format all .c files

This commit is contained in:
Mike Black W9MDB 2022-11-16 16:54:49 -06:00
parent 1a4745a7c2
commit e55f43a027

1
astyle.sh Executable file
View File

@ -0,0 +1 @@
find . -name "*.c" -exec astyle {} \;