From 5942cfaf03784a4c1644d6db6e73af4c52e05b39 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Wed, 15 May 2019 10:58:11 +0800 Subject: [PATCH] update Signed-off-by: Bo-Yi Wu --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 51d5e84..3ddb7ea 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,7 @@ action "Multiple Hosts" { "--user", "actions", "--script", "'whoami'", "--script", "'ls -al'", + "--script", "'cat test.txt'", ] } ```