mirror of
https://github.com/apple/swift.git
synced 2026-02-27 18:26:24 +01:00
The goal here is for `swift-dev-utils` to be a monolithic package for development utils written in Swift.
3 lines
81 B
Bash
Executable File
3 lines
81 B
Bash
Executable File
#!/bin/zsh
|
|
exec swift run -c release --package-path "$0:A:h" swift-xcodegen "$@"
|