diff options
| -rwxr-xr-x | runcov.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/runcov.sh b/runcov.sh new file mode 100755 index 0000000..f56f00d --- /dev/null +++ b/runcov.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +cov-build --dir cov-int make +tar czvf fics.tgz cov-int |
