should have added a readme a long time ago

This commit is contained in:
2025-05-13 10:14:53 -04:00
parent 83a843ccb0
commit 048a87fa23
+11
View File
@@ -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.