diff options
author | van Hauser <vh@thc.org> | 2020-08-08 20:29:56 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-08-08 20:29:56 +0200 |
commit | d8f5502d83ec530bcc1ad15b2d23b2660cd6ce58 (patch) | |
tree | ebf3ba5feaad460ede82932b205451839aa8a574 /qemu_taint/clean.sh | |
parent | ebc6f528683c47b92ab08b469fc0b235ecce1062 (diff) | |
download | afl++-d8f5502d83ec530bcc1ad15b2d23b2660cd6ce58.tar.gz |
initial integration
Diffstat (limited to 'qemu_taint/clean.sh')
-rwxr-xr-x | qemu_taint/clean.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qemu_taint/clean.sh b/qemu_taint/clean.sh index 0046c6c0..10c44cac 100755 --- a/qemu_taint/clean.sh +++ b/qemu_taint/clean.sh @@ -1,3 +1,3 @@ #!/bin/sh -rm -f afl-qemu-taint -test -d qemu && rm -f qemu +rm -f afl-qemu-taint qemu/afl-qemu-taint ../afl-qemu-taint +test -d qemu && { cd qemu ; ./clean.sh ; } |