def fake_execute(shell, cmd):
    """Pretend to execute shell commands."""
    return shell.run(cmd.split())
def fake_execute(shell, cmd):
    """Pretend to execute shell commands."""
    return shell.run(cmd.split())