scripts/README.md

13 lines
235 B
Markdown
Raw Normal View History

2024-11-06 17:49:43 +00:00
# scripts
Random scripts for different tasks
## Configuration
If the script provides any configuration, make a copy of `.env.dist` file to `.env` and edit configuration there.
```shell
cd some_script
cp .env.dist .env
nano .env
```