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