Script for printing the shell environment variables.

This commit is contained in:
Kare Morstol
2014-09-02 20:09:55 +02:00
parent 57f1d2d145
commit afd59bacad
@@ -0,0 +1,4 @@
import SwiftShell
import Foundation
println(NSProcessInfo().environment)