hpath/unix/tests/executeFile001.hs
2020-04-14 11:29:56 +02:00

7 lines
104 B
Haskell

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