mirror of
https://github.com/shanghai-edu/multissh.git
synced 2025-12-16 13:27:44 +00:00
json文件与cmd文件样例
This commit is contained in:
parent
98fb65a378
commit
0309fc9365
2 changed files with 5 additions and 0 deletions
4
cmdSample.txt
Normal file
4
cmdSample.txt
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
date
|
||||
sleep 10
|
||||
date
|
||||
exit
|
||||
1
jsonSample.json
Normal file
1
jsonSample.json
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"SshHosts":[{"Host":"1.1.1.1","Port":11,"Username":"xxx","Password":"xxx","CmdFile":"cmd1.txt"},{"Host":"1.1.1.1","Port":11,"Username":"yyy","Password":"yyy","CmdFile":"cmd2.txt"}]}
|
||||
Loading…
Add table
Add a link
Reference in a new issue