9136d17843
Avoids the special case of "|> WriteableStreamType".
6 lines
148 B
Swift
Executable File
6 lines
148 B
Swift
Executable File
#!/usr/bin/env swiftshell
|
|
|
|
import SwiftShell
|
|
|
|
run("./listallexecutablesinpath.swift") |> run("./print_linenumbers.swift") |> write(standardoutput)
|