style.sh (304B)
1 #!/bin/sh 2 uncrustify -c style.cfg --no-backup -l CPP `find . | grep -e "\.h$"` 3 uncrustify -c style.cfg --no-backup -l CPP `find . | grep -e "\.cpp$"` 4 #cover nsm code 5 uncrustify -c style.cfg --no-backup -l CPP `find . | grep -e "\.H$"` 6 uncrustify -c style.cfg --no-backup -l CPP `find . | grep -e "\.C$"`