From 9127ebfb27cc16b564778ab317e797bd439f0358 Mon Sep 17 00:00:00 2001 From: Emdadul Haque Date: Fri, 13 May 2022 11:32:17 +0600 Subject: [PATCH 1/2] chore: added a link --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 58a319d..39eeb7f 100644 --- a/readme.md +++ b/readme.md @@ -137,6 +137,8 @@ In addition of this list, you should read the list [awesome-shell](https://githu - [shellcheck](https://github.com/koalaman/shellcheck) - A static analysis tool for shell scripts - [shfmt](https://github.com/mvdan/sh) - Format bash programs - [shunit2](https://github.com/kward/shunit2) - A unit test framework for Bash scripts with a flavour of JUnit/PyUnit +- [DevOps-Bash-tools](https://github.com/HariSekhon/DevOps-Bash-tools) - 750+ DevOps Shell Scripts and Advanced Bash environment + ## Community From b16ee4ccf0846c158b61c471814b0e68de88bef7 Mon Sep 17 00:00:00 2001 From: Emdadul Haque Date: Fri, 20 May 2022 12:25:32 +0600 Subject: [PATCH 2/2] fix: remove extra newline --- readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/readme.md b/readme.md index 39eeb7f..476d482 100644 --- a/readme.md +++ b/readme.md @@ -139,7 +139,6 @@ In addition of this list, you should read the list [awesome-shell](https://githu - [shunit2](https://github.com/kward/shunit2) - A unit test framework for Bash scripts with a flavour of JUnit/PyUnit - [DevOps-Bash-tools](https://github.com/HariSekhon/DevOps-Bash-tools) - 750+ DevOps Shell Scripts and Advanced Bash environment - ## Community - [Stack Overflow](http://stackoverflow.com/questions/tagged/bash) - Bash tag on Stack Overflow