예제 #1
0
파일: main.py 프로젝트: curiousguy13/broot
def cmd_shell(options, other_args):
    root = Root()
    return root.run("/bin/bash", as_root=options.root)
예제 #2
0
파일: main.py 프로젝트: curiousguy13/broot
def cmd_run(options, other_args):
    root = Root()
    return root.run(" ".join(other_args), as_root=options.root)