Add salt-ssh script

This commit is contained in:
Thomas S Hatch 2013-07-01 15:48:08 -06:00
parent 041e34b7aa
commit 9b40510bb2

10
scripts/salt-ssh Executable file
View file

@ -0,0 +1,10 @@
#!/usr/bin/env python
'''
Execute the salt ssh system
'''
from salt.scripts import salt_ssh
if __name__ == '__main__':
salt_ssh()