Files
asterisk/build_tools/find_missing_support_level
T

4 lines
79 B
Bash
Raw Normal View History

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