salt-cp 180 B

12345678910
  1. #!/usr/bin/env python
  2. '''
  3. Publish commands to the salt system from the command line on the master.
  4. '''
  5. from salt.scripts import salt_cp
  6. if __name__ == '__main__':
  7. salt_cp()