From 048a87fa2319f331f11cf999062bde0c212df1fd Mon Sep 17 00:00:00 2001 From: Andrew Stowell Date: Tue, 13 May 2025 10:14:53 -0400 Subject: [PATCH] should have added a readme a long time ago --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e256d05 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Shell Scipts + +A collection of shell scripts that I like to have on my server, +the `setup` folder contains steps to quickly configure a new debian machine. + +Many of the scripts use `config.sh`, which there is an example config for reference. +It can contain information like discord webhooks, drives to monitor storage usage, etc. + +Most used scripts is the `*-all.sh` scripts, which are various git functions run across +a collection of locations. So you can be in a code folder containing multiple projects, +and run `status-all.sh` to get a concise summary of each codebase without having to go into each one.