Current File : //bin/euca-get-console-output
#!/usr/bin/python2 -tt

import euca2ools.commands.ec2.getconsoleoutput

if __name__ == '__main__':
    euca2ools.commands.ec2.getconsoleoutput.GetConsoleOutput.run()