11 lines
251 B
Markdown
11 lines
251 B
Markdown
# System scripts
|
|
|
|
Some useful system scripts for things like fan control and other convenience.
|
|
|
|
**USE FILESYSTEM SCRIPTS AT YOUR OWN RISK.**
|
|
|
|
You can regenerate `env-template.txt` based on the current .env file with:
|
|
```bash
|
|
./setup.sh --gentmpl
|
|
```
|