asterisk/build_tools/find_missing_support_level

4 lines
79 B
Plaintext
Raw Normal View History

2023-05-25 18:45:57 +00:00
#!/bin/sh
grep -r -L -e "support_level" * | grep -e "\.c$" -e "\.cxx$" | sort