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