blob: 12375bf703508fce100e8e3c1d36efea2bf9a251 (
plain)
1
2
3
4
5
|
#!/bin/bash
find ../../os/nil -name "*.[ch]" -exec perl stylecheck.pl "{}" \;
find ../../os/oslib -name "*.[ch]" -exec perl stylecheck.pl "{}" \;
find ../../os/license -name "*.[ch]" -exec perl stylecheck.pl "{}" \;
|