4d2fca7b74
Replaced all uses of writeTo with the new operator in unit tests, test scripts and readme.
6 lines
110 B
Swift
Executable File
6 lines
110 B
Swift
Executable File
#!/usr/bin/env swiftshell
|
|
|
|
import SwiftShell
|
|
|
|
run("echo this is streamed") |> run("wc -w") |>> standardoutput
|