salt/scripts/salt-cp

11 lines
176 B
Python
Executable File

#!/usr/bin/python
'''
Publish commands to the salt system from the command line on the master.
'''
from salt.scripts import salt_cp
if __name__ == '__main__':
salt_cp()