9 lines
204 B
Markdown
9 lines
204 B
Markdown
|
# System scripts
|
||
|
|
||
|
Some useful system scripts for things like fan control and other convenience.
|
||
|
|
||
|
You can regenerate `env-template.txt` based on the current .env file with:
|
||
|
```bash
|
||
|
./setup.sh --gentpl
|
||
|
```
|