7 lines
101 B
Swift
7 lines
101 B
Swift
#!/usr/bin/env swiftshell
|
|
|
|
import SwiftShell
|
|
import Foundation
|
|
|
|
println(NSProcessInfo().environment)
|