Esempio n. 1
0
def run_for_all():
    print """
    >> Enter your command:
    """
    command = raw_input(">>")
    send_to_all_ssh(command)
    time.sleep(2)
    main_menu()
Esempio n. 2
0
def run_for_all():
    print """
    >> Enter your command:
    """
    command = raw_input(">>")
    send_to_all_ssh(command)
    time.sleep(2)
    main_menu()