envbuilder v0.3 documentation

sh - shell commands

envbuilder.sh.output_packages(pkg_dict, name)
Print out a help string from a list of packages returned by Command.builtin_cmd_mapping.
envbuilder.sh.sh(cmd, cwd='.')
Execute command cmd from within directory cwd.
envbuilder.sh.terminate(msg, returncode=1)
Notify the user of an error and end the program.