OASISExecRunning commands
val run :
ctxt:OASISContext.t ->
?f_exit_code:(int -> unit) ->
?quote:bool ->
OASISTypes.prog ->
OASISTypes.args ->
unitRun a command.
val run_read_output :
ctxt:OASISContext.t ->
?f_exit_code:(int -> unit) ->
OASISTypes.prog ->
OASISTypes.args ->
string listRun a command and returns its output as a list of lines.
val run_read_one_line :
ctxt:OASISContext.t ->
?f_exit_code:(int -> unit) ->
OASISTypes.prog ->
OASISTypes.args ->
stringRun a command and returns only first line.