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)