about summary refs log tree commit diff
path: root/qemu_taint/clean.sh
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-08-08 20:29:56 +0200
committervan Hauser <vh@thc.org>2020-08-08 20:29:56 +0200
commitd8f5502d83ec530bcc1ad15b2d23b2660cd6ce58 (patch)
treeebf3ba5feaad460ede82932b205451839aa8a574 /qemu_taint/clean.sh
parentebc6f528683c47b92ab08b469fc0b235ecce1062 (diff)
downloadafl++-d8f5502d83ec530bcc1ad15b2d23b2660cd6ce58.tar.gz
initial integration
Diffstat (limited to 'qemu_taint/clean.sh')
-rwxr-xr-xqemu_taint/clean.sh4
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 ; }