0.1.2 readme

This commit is contained in:
Feng_Qi 2018-01-05 13:35:27 +08:00
parent 3b1a46e4e0
commit c1c790e653

View file

@ -48,7 +48,6 @@ https://github.com/shanghai-edu/multissh/releases/
**cmdfile 示例**
```
show clock
exit
```
**hostfile 示例**
```
@ -85,7 +84,7 @@ exit
## 用法
#### cmd string & host string
```
./multissh -cmd "show clock;exit" -hosts "192.168.15.101;192.168.15.102" -u admin -p admin
./multissh -cmd "show clock" -hosts "192.168.15.101;192.168.15.102" -u admin -p admin
192.168.15.101 ssh start
sw-1#show clock