hpath/unix/tests/executeFile001.hs

7 lines
104 B
Haskell

import System.Posix.Process
main :: IO ()
main = executeFile "echo" True ["arg1", "ar g2"] Nothing