4d2fca7b74
Replaced all uses of writeTo with the new operator in unit tests, test scripts and readme.
6 lines
128 B
Swift
Executable File
6 lines
128 B
Swift
Executable File
#!/usr/bin/env swiftshell
|
|
|
|
import SwiftShell
|
|
|
|
run("cat onetwothree.txt") |> run("./print_linenumbers.swift") |>> standardoutput
|