system-scripts/README.md

9 lines
205 B
Markdown
Raw Normal View History

2023-04-30 15:13:43 +03:00
# 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
2023-04-30 15:15:53 +03:00
./setup.sh --gentmpl
2023-04-30 15:13:43 +03:00
```