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