Files
SwiftShell/SwiftShellTests/Scripts/stream_out.swift
T
Kare Morstol 45bc5b2ae2 Test script for streaming to standardOutput.
Renamed script.
2014-08-28 20:47:37 +02:00

7 lines
114 B
Swift

import SwiftShell
run("echo this is streamed") |> run("wc -w") |> standardoutput
run("ls") |> standardoutput