From d05227401cbc03b7de65f6574fb29f9f40388792 Mon Sep 17 00:00:00 2001 From: Pankaj Doharey Date: Thu, 20 Jun 2024 16:08:33 +0530 Subject: [PATCH 1/2] Update README.md Adds Bash port. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4b981135..678556fa 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ See [ci.yml](.github/workflows/ci.yml) for a list of Ruby versions against which - [crank](https://github.com/arktisklada/crank) - Crystal - [houseman](https://github.com/fujimura/houseman) - Haskell - [spm](https://github.com/bytegust/spm) - Go +- [doorman](https://github.com/metacritical/doorman) - Bash ## Authors From 3d3d8706dca4a46b980c5174702ee10a5ae029ac Mon Sep 17 00:00:00 2001 From: Pankaj Doharey Date: Thu, 20 Jun 2024 16:29:35 +0530 Subject: [PATCH 2/2] Update README.md Corrects port language. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 678556fa..d02edfb1 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ See [ci.yml](.github/workflows/ci.yml) for a list of Ruby versions against which - [crank](https://github.com/arktisklada/crank) - Crystal - [houseman](https://github.com/fujimura/houseman) - Haskell - [spm](https://github.com/bytegust/spm) - Go -- [doorman](https://github.com/metacritical/doorman) - Bash +- [doorman](https://github.com/metacritical/doorman) - shell ## Authors