4 lines
86 B
Bash
Executable File
4 lines
86 B
Bash
Executable File
#!/bin/sh
|
|
|
|
gcov `find . -name *.c.gcno | grep -v test-apps` -b | sed "/\.h.\$/,/^$/d"
|