5 lines
49 B
Swift
5 lines
49 B
Swift
|
|
import SwiftShell
|
|
|
|
run("ls") |> standardoutput
|
|
|
import SwiftShell
|
|
|
|
run("ls") |> standardoutput
|