Added README

This commit is contained in:
Thord Johansson 2023-04-30 14:13:43 +02:00
parent 2266551428
commit 715efb322a

8
README.md Normal file
View File

@ -0,0 +1,8 @@
# 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
```