hpath/unix/tests/libposix/posix002.hs

5 lines
104 B
Haskell
Raw Permalink Normal View History

2020-04-14 09:27:28 +00:00
import System.Posix.Process
main =
executeFile "printenv" True [] (Just [("ONE","1"),("TWO","2")])