Files
swift-mirror/utils/swift-dev-utils/crash-reduce
Hamish Knight dd2493998d [utils] Introduce crash-reduce
This is the tool I've been using to add the fuzzer crasher test cases
to the repo.
2026-01-25 21:54:48 +00:00

3 lines
79 B
Bash
Executable File

#!/bin/zsh
exec swift run -c release --package-path "$0:A:h" crash-reduce "$@"