cvisor (cvisor v0.1.0)

View Source

Summary

Functions

Run a shell command in the sandbox, blocking until it exits. Returns the captured stdout and stderr as binaries.

Functions

run(Command)

-spec run(binary() | string()) -> {ok, binary(), binary()} | {error, atom()}.

Run a shell command in the sandbox, blocking until it exits. Returns the captured stdout and stderr as binaries.