Module

Nonbili.ChildProcess

Package
purescript-nonbili-nodejs
Repository
nonbili/purescript-nonbili-nodejs

#ExecResult Source

type ExecResult = { stderr :: String, stdout :: String }

error field is not included, use Aff.attempt to catch error.

#exec Source

exec :: String -> Aff ExecResult

A simple exec that runs in Aff.

e.g. exec "ls -l".