/bin/euform-get-template
#!/usr/bin/python2 -tt
import euca2ools.commands.cloudformation.gettemplate
if __name__ == '__main__':
euca2ools.commands.cloudformation.gettemplate.GetTemplate.run()
Anon7 — 2022 •
AnonSec Team
#!/usr/bin/python2 -tt
import euca2ools.commands.cloudformation.gettemplate
if __name__ == '__main__':
euca2ools.commands.cloudformation.gettemplate.GetTemplate.run()