mirror of
https://github.com/apple/swift.git
synced 2026-03-04 18:24:35 +01:00
3 lines
79 B
Bash
Executable File
3 lines
79 B
Bash
Executable File
#!/bin/zsh
|
|
exec swift run -c release --package-path "$0:A:h" crash-reduce "$@"
|