7 lines
111 B
Swift
7 lines
111 B
Swift
#!/usr/bin/env swiftshell
|
|
|
|
import SwiftShell
|
|
|
|
run("echo this is streamed") |> run("wc -w") |> standardoutput
|
|
|