Files
SwiftShell/SwiftShellTests/Scripts/stream_out.swift
T
Kare Morstol a2985b049d Add shell unit tests and update test scripts.
Run SwiftShellTests/Scripts/runtests.bash to perform all unit tests.
2014-11-26 20:58:22 +01:00

6 lines
119 B
Swift
Executable File

#!/usr/bin/env swiftshell
import SwiftShell
run("echo this is streamed") |> run("wc -w") |> writeTo(standardoutput)