4 lines
79 B
Plaintext
4 lines
79 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
grep -r -L -e "support_level" * | grep -e "\.c$" -e "\.cxx$" | sort
|