Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Commit

Permalink
Another minor simplification for README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MasonM committed Jun 27, 2016
1 parent e0f6aea commit 1a28af9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,13 @@ features.
can use `avsh -m` to run a command on multiple machines.

```sh
$ avsh -m 'openbsd,debian' uname -a
OpenBSD vagrantup.localdomain 5.9 GENERIC#1761 amd64
Linux 58f4a1547365 3.13.0-88-generic #135-Ubuntu SMP Wed Jun 8 21:10:42 UTC 2016 x86_64 GNU/Linux
$ avsh -m 'openbsd,debian' uname
OpenBSD
Linux
$ avsh -m '/(free|open)bsd/' uname
OpenBSD
FreeBSD
```

## Caveats
Expand Down

0 comments on commit 1a28af9

Please sign in to comment.