04759e9245
The “Scripts” folder is temporarily moved out of "Tests" because it doesn't work with the Swift Package Manager.
7 lines
156 B
Swift
Executable File
7 lines
156 B
Swift
Executable File
#!/usr/bin/env swiftshell
|
|
|
|
import SwiftShell
|
|
|
|
try! runAndPrint("/bin/cat", "file which does not exist")
|
|
print("this is not printed, the script has exited")
|