I am trying to make a simple script to start multiple fuzzers with AFL, I am prompting the users for the amount of fuzzers they want to start, storing the variable, and then want to issue the same command the number of times they specified.
I.E., "afl-fuzz -i /input -o /output ./binary fuzzer1 @@"
is this possible?