diff --git a/README.md b/README.md index c71b471..de1bdc7 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Auto -

+ 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: diff --git a/bin/.autofile b/bin/.autofile index c754a9c..2658ede 100644 --- a/bin/.autofile +++ b/bin/.autofile @@ -10,4 +10,4 @@ dev2 { test { + echo "Hello test" -} \ No newline at end of file +}