salt-cp 179 B

123456789
  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()