From afd59bacad20bbe4f98b04dbead1737547c65277 Mon Sep 17 00:00:00 2001 From: Kare Morstol Date: Tue, 2 Sep 2014 20:09:55 +0200 Subject: [PATCH] Script for printing the shell environment variables. --- SwiftShellTests/Scripts/environment.swift | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 SwiftShellTests/Scripts/environment.swift diff --git a/SwiftShellTests/Scripts/environment.swift b/SwiftShellTests/Scripts/environment.swift new file mode 100644 index 0000000..a068cfd --- /dev/null +++ b/SwiftShellTests/Scripts/environment.swift @@ -0,0 +1,4 @@ +import SwiftShell +import Foundation + +println(NSProcessInfo().environment)