[project @ 1996-07-26 20:58:52 by partain]
[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