3 lines
127 B
Bash
3 lines
127 B
Bash
|
#!/bin/bash
|
||
|
find testing/afl_results/ -regextype posix-egrep -regex ".*/(crashes|hangs)/.*" | xargs -I '{}' ./validatemd.sh {}
|