Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuwynu23 authored Jul 9, 2022
1 parent 048e0dd commit e394e47
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 e394e47

Please sign in to comment.