From e394e4786e13765dd66f702a17da6971f7f4d440 Mon Sep 17 00:00:00 2001 From: Mark Wayne Menorca <61897063+marcuwynu23@users.noreply.github.com> Date: Sat, 9 Jul 2022 19:25:48 +0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b024598..8b7d0a4 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ # Auto - Window commandline Automation tool - Tool use to automate executable running in cmd + Tool use to automate commandline execution in window terminal How to use: -Create a file .autofile then add the commands in the .autofile +Create a file .autofile then add this commands in the .autofile: ``` echo hello world! echo hi friend ``` -then run in cmd: +then run in terminal: ``` auto ```