Files
shaniqua-plugins/examples/popen/test1/Main.hs
2005-04-24 08:51:33 +00:00

11 lines
150 B
Haskell

--
-- test the popen function
--
import Plugins.Utils
import System.IO
main = do
(sout,serr) <- exec "date" []
mapM_ putStrLn serr