Files
SwiftShell/SwiftShellTests/Scripts/stream_out.swift
T
2015-10-16 03:52:47 +02:00

6 lines
107 B
Swift
Executable File

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