mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 17:50:20 +00:00
8 lines
120 B
Python
Executable file
8 lines
120 B
Python
Executable file
#!/usr/bin/env python
|
|
|
|
# Import salt libs
|
|
from salt.scripts import salt_api
|
|
|
|
|
|
if __name__ == '__main__':
|
|
salt_api()
|