mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-09 08:41:32 +00:00
4 lines
112 B
Bash
Executable File
4 lines
112 B
Bash
Executable File
#!/bin/sh
|
|
rm -f afl-qemu-taint qemu/afl-qemu-taint ../afl-qemu-taint
|
|
test -d qemu && { cd qemu ; ./clean.sh ; }
|