10 lines
100 B
Bash
Executable File
10 lines
100 B
Bash
Executable File
#!/bin/sh -x
|
|
|
|
cd ..
|
|
./rm-coverage-files.sh
|
|
cd afl
|
|
|
|
./afl-compile.sh --enable-profile-coverage
|
|
|
|
exit
|