FileInput-swift
- 授权协议: MIT
- 开发语言: Swift
- 操作系统: OS X
- 软件首页: https://github.com/otto-schnurr/FileInput-swift
- 官方下载: https://github.com/otto-schnurr/FileInput-swift
软件介绍
FileInput-swift 可以把文本管道转换成 Swift 脚本。
#!/usr/bin/xcrun swift -F <path-to-FileInput.framework>
import FileInput
for line in input() {
process(line)
}
