aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/libposix/posix002.hs
blob: c5909abd6f6097446799b38a748aa819384d218e (plain)
1
2
3
4
import System.Posix.Process

main =
    executeFile "printenv" True [] (Just [("ONE","1"),("TWO","2")])