Files
SwiftShell/SwiftShellTests/Scripts/stream_out.swift
T
2014-10-15 23:03:42 +02:00

7 lines
118 B
Swift
Executable File

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