salt/scripts/spm
2020-04-03 13:05:41 -05:00

11 lines
209 B
Python
Executable file

#!/usr/bin/env python
"""
Publish commands to the salt system from the command line on the master.
.. versionadded:: 2015.8.0
"""
from salt.scripts import salt_spm
if __name__ == "__main__":
salt_spm()