From 715efb322a60429761d8a0f15bf2df108f1ece76 Mon Sep 17 00:00:00 2001 From: Thord Johansson Date: Sun, 30 Apr 2023 14:13:43 +0200 Subject: [PATCH] Added README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1433b20 --- /dev/null +++ b/README.md @@ -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 +```