Skip to content

Commit

Permalink
update README.md and .autofile
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuwynu23 committed Dec 21, 2024
1 parent 6d2b50f commit cfc0b73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Auto
<p align="center">
<!-- <p align="center">
<img width="200" height="200" src="https://github.com/marcuwynu23/Auto/blob/main/docs/images/1.jpg" />
<img width="200" height="200" src="https://github.com/marcuwynu23/Auto/blob/main/docs/images/2.jpg" />
</p>
</p> -->

AUTO (Automate YoUr Terminal Operation) is a powerful command-line tool designed to streamline your workflow by automating the execution of commands in separate instances of the terminal. With AUTO, you can easily define scripts containing sequences of commands, and the tool will run each command in its own terminal instance.
How to use:
Expand Down
2 changes: 1 addition & 1 deletion bin/.autofile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ dev2 {

test {
+ echo "Hello test"
}
}

0 comments on commit cfc0b73

Please sign in to comment.