9136d17843
Avoids the special case of "|> WriteableStreamType".
7 lines
118 B
Swift
Executable File
7 lines
118 B
Swift
Executable File
#!/usr/bin/env swiftshell
|
|
|
|
import SwiftShell
|
|
|
|
run("echo this is streamed") |> run("wc -w") |> write(standardoutput)
|
|
|