eed6c084569e79a5af728bf99171ed96bfa28c6f
[ghc-hetmet.git] / ghc / misc / examples / posix / po003 / Main.hs
1 import Posix
2
3 main = 
4     openFile "po003.out" WriteMode >>= \ h ->
5     runProcess "pwd" [] Nothing (Just "/usr/tmp") Nothing (Just h) Nothing