Skip to content

Commit

Permalink
Merge branch 'main' of github.com:marcuwynu23/Auto
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuwynu23 committed Jul 16, 2022
2 parents afe608b + e394e47 commit 512c105
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```
Expand Down

0 comments on commit 512c105

Please sign in to comment.