977888c03b
Because it makes more sense.
7 lines
120 B
Swift
Executable File
7 lines
120 B
Swift
Executable File
#!/usr/bin/env swiftshell
|
|
|
|
import SwiftShell
|
|
|
|
run("echo this is streamed") |> run("wc -w") |> writeTo(standardoutput)
|
|
|