[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / misc / examples / posix / po002 / Main.hs
1 import LibPosix
2
3 main =
4     executeFile "printenv" True [] (Just [("ONE","1"),("TWO","2")])