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