91abb8c47c
The rest are waiting for reading and writing files to be implemented.
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")
|