mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +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 "$@"
|