From 1a28af9db104ae9072a57cb1f04684379044a864 Mon Sep 17 00:00:00 2001 From: Mason Malone Date: Mon, 27 Jun 2016 18:12:00 -0400 Subject: [PATCH] Another minor simplification for README.md --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cb3a428..68887e1 100755 --- a/README.md +++ b/README.md @@ -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