4916480f4e
That was easier than I feared.
6 lines
106 B
Swift
Executable File
6 lines
106 B
Swift
Executable File
#!/usr/bin/env swiftshell
|
|
|
|
import SwiftShell
|
|
|
|
try! run("echo","this is streamed").runAndPrint("wc", "-w")
|