Skip to content

Commit

Permalink
Merge branch 'main' of github.com:marcuwynu23/AutoCLI
Browse files Browse the repository at this point in the history
  • Loading branch information
marcuwynu23 committed Mar 2, 2023
2 parents da3bc28 + c974bb9 commit b67eca6
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,18 @@ AutoCLI is a user-friendly command-line automation tool for Windows users. It al
How to use:

Create a file .autofile then add commands like below in the .autofile:
```
# this is a comment
- echo hello world!
- echo hi friend
```cmd
# This is a comment
# Run MongoDB server in the background
+ mongod.exe --dbpath C:\data\db
# Run the web server
+ node server.js
# Run the file server
+ python fileserver.py
```

then run in terminal:
Expand Down

0 comments on commit b67eca6

Please sign in to comment.