From b41ef3e3d7ea22cb4a19db750b50283f0f58da26 Mon Sep 17 00:00:00 2001 From: Alexander Schilling Date: Thu, 21 May 2026 16:00:19 +0200 Subject: [PATCH] Add alinex bashlib to Shell Script Development Added a new entry for alinex bashlib in the Shell Script Development section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4100cc8..1b9c813 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,7 @@ In addition to this list, you should read the list [awesome-shell](https://githu *Tools for writing, improving, or organizing Bash or other shell scripts* +- [alinex bashlib](https://gitlab.com/alinex/bash-lib) - Modular bash library for server administration, data processing, and remote scripting. - [ansi](https://github.com/fidian/ansi) - ANSI escape codes in pure bash - change text color, position the cursor, much more. - [argbash](https://github.com/matejak/argbash) - Bash argument parsing code generator. - [assert.sh](https://github.com/lehmannro/assert.sh) - Bash unit testing framework.