From da765445204ad57dc5e59a5e24fa811faa37baef Mon Sep 17 00:00:00 2001 From: colin Date: Tue, 1 Oct 2024 10:46:39 -0400 Subject: [PATCH] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 33a723f..4aa49af 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,17 @@ To install the `dockerutils.sh` script using the one-liner: ```bash curl -s https://git.nixc.us/colin/shell-utils/raw/branch/main/install.sh | sudo bash -s dockerutils.sh ``` + +## Generating SHA-256 Hashes for Shell Scripts + +The `sum.sh` script in this repository generates SHA-256 hashes for all `.sh` files in the `src` directory and saves them as `.sha256` files. + +### Usage + +Run the following command to execute the script: + +```bash +./sum.sh +``` + +The hashes will be saved in corresponding `.sha256` files next to each `.sh` file in the `src` directory. \ No newline at end of file