aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/executeFile001.hs
blob: 7a70695b07cc56aeb57ffe90e7944424960b3c70 (plain)
1
2
3
4
5
6

import System.Posix.Process

main :: IO ()
main = executeFile "echo" True ["arg1", "ar   g2"] Nothing