mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
7 lines
105 B
Python
Executable file
7 lines
105 B
Python
Executable file
#!/usr/bin/env python
|
|
|
|
from salt.scripts import salt_unity
|
|
|
|
|
|
if __name__ == '__main__':
|
|
salt_unity()
|