Module BaseExec


module BaseExec: sig .. end
Running commands
Author(s): Sylvain Le Gall

val run : ?f_exit_code:(int -> unit) -> OASISTypes.prog -> OASISTypes.args -> unit
Run a command.
val run_read_output : OASISTypes.prog -> OASISTypes.args -> string list
Run a command and returns its output.
val run_read_one_line : OASISTypes.prog -> OASISTypes.args -> string
Run a command and returns only first line.