Unixutils-1.47.1: A crude interface between Haskell and Unix-like operating systems

Safe HaskellSafe-Infered

System.Unix.ProcessExtra

Description

A place to collect and hopefully retire all the random ways of running shell commands that have accumulated over the years.

Synopsis

Documentation

echoProcess :: FilePath -> [String] -> ByteString -> IO [Output]Source

Echo the process arguments and then run the process