procex

procex is a library for launching unix processes, that DOES NOT wrap createProcess. It interfaces directly with vfork and execve, and closes fds efficiently using the new close_range Linux syscall (or close if not available). The syntax for launching processes is clean, concise, and flexible, mimicking sh.


Keywords
mit, shell, system, Propose Tags , Skip to Readme, , Index, Quick Jump, Procex.Core, Procex.Execve, Procex.Prelude, Procex.Process, Procex.Quick, Procex.Shell, Procex.Shell.Labels, More info, procex-0.3.3.tar.gz, browse, Package description, package maintainers, edit package information , Hackage documentation, My blog post about using it as a shell
License
MIT
Install
cabal install procex-0.1.0.0