96ab5a2070
A thorough explanation is forthcoming.
7 lines
116 B
Swift
7 lines
116 B
Swift
|
|
import SwiftShell
|
|
|
|
run("echo this is streamed") |> run("wc -w") |> standardoutput
|
|
|
|
run("ls") //|> standardoutput
|