Commit 698dcad1 authored by shenshuo's avatar shenshuo

更新readme

parent 0a3eb1e4
...@@ -188,3 +188,7 @@ req = my_salt.run('*', 'cmd.run_all', 'w') ...@@ -188,3 +188,7 @@ req = my_salt.run('*', 'cmd.run_all', 'w')
status, stdout, stderr = req[0], req[1], req[2] status, stdout, stderr = req[0], req[1], req[2]
print(status, stdout, stderr) print(status, stdout, stderr)
``` ```
## License
Everything is [GPL v3.0](https://www.gnu.org/licenses/gpl-3.0.html).
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment