hpath/unix/tests/executeFile001.hs

7 lines
104 B
Haskell
Raw Normal View History

2020-04-14 09:27:28 +00:00
import System.Posix.Process
main :: IO ()
main = executeFile "echo" True ["arg1", "ar g2"] Nothing