Files
Kare Morstol 4916480f4e Fix #14: Support building with Swift Package Manager.
That was easier than I feared.
2016-02-23 03:17:06 +01:00

6 lines
106 B
Swift
Executable File

#!/usr/bin/env swiftshell
import SwiftShell
try! run("echo","this is streamed").runAndPrint("wc", "-w")