Skip to main content

Module execute

Module execute 

Source
Expand description

Easy-to-use functions to execute commands

Functionsยง

execute_cmd_rc
Run a shell command and return exit code. Returns -1 on failure.
execute_cmd_stdio
Run a shell command. Returns output text or error text.
spawn_bash_shell
Spawn /bin/bash and wait for exit.