mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add scripts
This commit is contained in:
parent
2773816d50
commit
8f03f76b43
1 changed files with 11 additions and 0 deletions
11
scripts/salt-api
Normal file
11
scripts/salt-api
Normal file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/env python
|
||||
|
||||
# Import salt libs
|
||||
import saltapi
|
||||
|
||||
def main():
|
||||
sapi = saltapi.cli.SaltAPI()
|
||||
sapi.run()
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
Loading…
Add table
Reference in a new issue