[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / misc / examples / posix / po003 / Main.hs
1 import LibPosix
2
3 main = 
4     openFile "po003.out" WriteMode >>= \ h ->
5     runProcess "pwd" [] Nothing (Just "/usr/tmp") Nothing (Just h) Nothing