salt/scripts/salt

11 lines
184 B
Python
Executable File

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