salt/scripts/salt-cp

11 lines
176 B
Plaintext
Raw Normal View History

#!/usr/bin/python
2011-04-05 02:14:58 +00:00
'''
Publish commands to the salt system from the command line on the master.
'''
from salt.scripts import salt_cp
2011-04-05 02:14:58 +00:00
2011-04-05 02:14:58 +00:00
if __name__ == '__main__':
salt_cp()