45bc5b2ae2
Renamed script.
7 lines
114 B
Swift
7 lines
114 B
Swift
|
|
import SwiftShell
|
|
|
|
run("echo this is streamed") |> run("wc -w") |> standardoutput
|
|
|
|
run("ls") |> standardoutput
|