70319b54db
Finally.
6 lines
121 B
Swift
Executable File
6 lines
121 B
Swift
Executable File
#!/usr/bin/env swiftshell
|
|
|
|
import SwiftShell
|
|
|
|
try! run("cat","onetwothree.txt").runAndPrint("./print_linenumbers.swift")
|