14 lines
356 B
Markdown
14 lines
356 B
Markdown
# README
|
|
|
|
This repo contains the script to manage multiple mcr bot on a single VM/Container.
|
|
|
|
## Structure
|
|
|
|
├── start.sh
|
|
│ ├── bot-name-1
|
|
│ │ ├── ms_rewards_farmer.py
|
|
│ ├── bot-name-2
|
|
│ │ ├── ms_rewards_farmer.py
|
|
│ ├── bot-name-3
|
|
│ │ ├── ms_rewards_farmer.py
|
|
│ ├── ... |