Import hs-plugins cvs
This commit is contained in:
10
examples/popen/test1/Main.hs
Normal file
10
examples/popen/test1/Main.hs
Normal file
@ -0,0 +1,10 @@
|
||||
--
|
||||
-- test the popen function
|
||||
--
|
||||
|
||||
import Plugins.Utils
|
||||
import System.IO
|
||||
|
||||
main = do
|
||||
(sout,serr) <- exec "date" []
|
||||
mapM_ putStrLn serr
|
2
examples/popen/test1/Makefile
Normal file
2
examples/popen/test1/Makefile
Normal file
@ -0,0 +1,2 @@
|
||||
TOP=../../..
|
||||
include ../../eval.mk
|
0
examples/popen/test1/expected
Normal file
0
examples/popen/test1/expected
Normal file
Reference in New Issue
Block a user