From 93571ca4c904990f7e832397716dbd8fdf25ed45 Mon Sep 17 00:00:00 2001 From: "Hunter T." Date: Wed, 30 Jul 2025 19:28:58 -0700 Subject: [PATCH 1/2] Update repo status link and add badge for license --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37d8b73..9b616f2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Bash Style Guide -[![Project Tracker](https://img.shields.io/badge/repo%20status-Project%20Tracker-lightgrey)](https://wiki.hthompson.dev/en/project-tracker) [![Static Badge](https://img.shields.io/badge/Click%20to%20Access%20Bash%20Style%20Guide-blue)](https://bsg.hthompson.dev) +[![Project Tracker](https://img.shields.io/badge/repo%20status-Project%20Tracker-lightgrey)](https://hthompson.dev/project-tracker#project-255784006) [![Static Badge](https://img.shields.io/badge/Click%20to%20Access%20Bash%20Style%20Guide-blue)](https://bsg.hthompson.dev) [![GitHub License](https://img.shields.io/github/license/StrangeRanger/HThompson)](LICENSE) > [!NOTE] > To access the full Bash Style Guide, click the blue badge above or navigate to [bsg.hthompson.dev](https://bsg.hthompson.dev). From 4edd8977303d03fa39e61dea37c24c13ce48757c Mon Sep 17 00:00:00 2001 From: "Hunter T." Date: Wed, 30 Jul 2025 19:35:31 -0700 Subject: [PATCH 2/2] Slight modification to README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 9b616f2..e1c3b4b 100644 --- a/README.md +++ b/README.md @@ -8,5 +8,3 @@ Over the past few years, I've written many Bash scripts—some good, some bad, and some downright ugly. This guide distills the lessons I've learned into a set of best practices for writing safe, predictable, and maintainable Bash scripts. This Bash Style Guide provides detailed recommendations for writing safe and predictable bash scripts. The guidelines in this document are a complete rewrite of the [Bash Style Guide](https://github.com/bahamas10/bash-style-guide) written by [bahamas10](https://github.com/bahamas10), drawing inspiration from the core concepts and ideas in [Wooledge's Bash Practices](http://mywiki.wooledge.org/BashGuide/Practices). While this guide expands upon and reinterprets those foundational principles, any practices not explicitly covered here should be assumed to align with the standards outlined in the aforementioned resources. - -You are encouraged to fork this [guide on GitHub](https://github.com/StrangeRanger/bash-style-guide) for your own use and to contribute to its improvement.