04759e9245
The “Scripts” folder is temporarily moved out of "Tests" because it doesn't work with the Swift Package Manager.
6 lines
106 B
Swift
Executable File
6 lines
106 B
Swift
Executable File
#!/usr/bin/env swiftshell
|
|
|
|
import SwiftShell
|
|
|
|
try! run("echo","this is streamed").runAndPrint("wc", "-w")
|