mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
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"
|