Add a script to enable finding source files without support-levels defined.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@369002 65c4cc65-6c06-0410-ace0-fbb531ad65f3
certified/1.8.15
Kevin P. Fleming 13 years ago
parent f83d1b98e8
commit 977a9791be

@ -0,0 +1,3 @@
#!/bin/sh
grep -r -L -e "support_level" * | grep -e "\.c$" -e "\.cxx$" | sort
Loading…
Cancel
Save