Files
SwiftShell/Scripts/callswiftscriptfromswift.swift
Kare Morstol 04759e9245 Reorganise to use "swift test". Replace Xcode project with one auto-generated by swiftpm.
The “Scripts” folder is temporarily moved out of "Tests" because it doesn't work with the Swift Package Manager.
2016-06-06 01:48:36 +02:00

6 lines
121 B
Swift
Executable File

#!/usr/bin/env swiftshell
import SwiftShell
try! run("cat","onetwothree.txt").runAndPrint("./print_linenumbers.swift")