13 lines
235 B
Markdown
13 lines
235 B
Markdown
# 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
|
|
``` |