piston/packages/swift/5.3.3/run

5 lines
124 B
Plaintext
Raw Normal View History

2021-03-18 21:34:25 +01:00
#!/usr/bin/env bash
# Setting clang cache to current dir to avoid permission error on /tmp
swift -module-cache-path . "$@"