Skip to content

Commit e8f063b

Browse files
committed
Add shebang to delete_nonreduced_fuzz_inputs.sh
1 parent bdc226d commit e8f063b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

delete_nonreduced_fuzz_inputs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/bin/bash
12
# Over time the fuzz engine will reduce inputs (produce a smaller input that
23
# yields the same coverage statistics). With a growing set of inputs, it could
34
# be useful to occasionally delete the "old" non-reduced inputs.

0 commit comments

Comments
 (0)