IME // Comment update.

This commit is contained in:
ShikiSuen 2022-07-26 20:57:53 +08:00
parent 1962455ed2
commit 7c8b2062b8
1 changed files with 2 additions and 0 deletions

View File

@ -450,6 +450,8 @@ extension Sequence {
}
}
// MARK: - Shell Extension
extension NSApplication {
public static func shell(_ command: String) throws -> String {
let task = Process()