示例#1
0
def cmd_shell(options, other_args):
    root = Root()
    return root.run("/bin/bash", as_root=options.root)
示例#2
0
def cmd_run(options, other_args):
    root = Root()
    return root.run(" ".join(other_args), as_root=options.root)