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.