4 lines
75 B
Plaintext
4 lines
75 B
Plaintext
|
|
#!/bin/bash
|
||
|
|
# Wrapper script around 'llvm-cov gcov'.
|
||
|
|
exec llvm-cov gcov $@
|