Files
SwiftShell/SwiftShellTests/Scripts/stream_out.swift
T
2015-11-24 21:16:25 +01:00

6 lines
106 B
Swift
Executable File

#!/usr/bin/env swiftshell
import SwiftShell
try! run("echo","this is streamed").runAndPrint("wc", "-w")