mirror of
https://github.com/asterisk/asterisk.git
synced 2026-06-15 12:17:36 +00:00
4 lines
79 B
Bash
4 lines
79 B
Bash
|
|
#!/bin/sh
|
||
|
|
|
||
|
|
grep -r -L -e "support_level" * | grep -e "\.c$" -e "\.cxx$" | sort
|