Skip to content

Commit

Permalink
chore(README):add 'Execute command' section
Browse files Browse the repository at this point in the history
  • Loading branch information
vimiix committed Jan 26, 2024
1 parent abaa2d1 commit 533cb1f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,16 @@ ssx [-s] <ADDRESS>
ssx [-t] <TAG>
```
### Execute command
```bash
ssx <ADDRESS> [-c] <COMMAND> [--timeout 30s]
ssx <TAG> [-c] <COMMAND> [--timeout 30s]
# for example: login 192.168.1.100 and execute command 'pwd':
ssx 1.100 pwd
```
### Delete an entry
```bash
Expand Down

0 comments on commit 533cb1f

Please sign in to comment.