find_missing_support_level 79 B

123
  1. #!/bin/sh
  2. grep -r -L -e "support_level" * | grep -e "\.c$" -e "\.cxx$" | sort