Swift implementation for easy fork + exec. This implementation is Foundation-free.
.package(url: "https://github.com/hanjoes/Termbo", from: "0.1.0")
do {
let (status, out, err) = try SwiftPawn.execute(command: "git", arguments: ["git", "status"])
} catch {
print(error)
}