a2985b049d
Run SwiftShellTests/Scripts/runtests.bash to perform all unit tests.
6 lines
119 B
Swift
Executable File
6 lines
119 B
Swift
Executable File
#!/usr/bin/env swiftshell
|
|
|
|
import SwiftShell
|
|
|
|
run("echo this is streamed") |> run("wc -w") |> writeTo(standardoutput)
|