This website works better with JavaScript.
Explore
Help
Sign In
Asterisk
/
asterisk
mirror of
https://github.com/asterisk/asterisk
Watch
1
Star
0
Fork
You've already forked asterisk
0
Code
Issues
Releases
Wiki
Activity
21
asterisk
/
build_tools
/
find_missing_support_level
4 lines
79 B
Raw
Permalink
Blame
History
#!/bin/sh
grep -r -L -e
"support_level"
*
|
grep -e
"
\.c
$
"
-e
"
\.cxx
$
"
|
sort
Reference in new issue
View Git Blame
Copy Permalink