#!/usr/local/bin/python2.7
'''
Execute the salt ssh system
'''

from salt.scripts import salt_ssh


if __name__ == '__main__':
    salt_ssh()
