a2985b049d
Run SwiftShellTests/Scripts/runtests.bash to perform all unit tests.
6 lines
137 B
Swift
Executable File
6 lines
137 B
Swift
Executable File
#!/usr/bin/env swiftshell
|
|
|
|
import SwiftShell
|
|
|
|
run("cat onetwothree.txt") |> run("./print_linenumbers.swift") |> writeTo(standardoutput)
|