ChibiOS/tools/style/style_nil.sh

6 lines
217 B
Bash

#!/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 "{}" \;