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
This commit is contained in:
Kevin P. Fleming
2012-06-15 15:57:14 +00:00
parent f83d1b98e8
commit 977a9791be

View File

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