piston/packages/swift/5.8/run

4 lines
123 B
Plaintext
Raw Normal View History

2023-04-07 14:27:51 +02:00
#!/usr/bin/env bash
# Setting clang cache to current dir to avoid permission error on /tmp
swift -module-cache-path . "$@"