diff --git a/cmdSample.txt b/cmdSample.txt new file mode 100644 index 0000000..332fea8 --- /dev/null +++ b/cmdSample.txt @@ -0,0 +1,4 @@ +date +sleep 10 +date +exit \ No newline at end of file diff --git a/jsonSample.json b/jsonSample.json new file mode 100644 index 0000000..0d17385 --- /dev/null +++ b/jsonSample.json @@ -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"}]}