From 05b5e05d0997d9691526c0422d30070c5d31df69 Mon Sep 17 00:00:00 2001 From: tew Date: Thu, 7 Jul 2022 14:57:06 +0200 Subject: [PATCH] Added link to Introduction section (#1854) Added Bash Hackers Wiki link to the Introduction section, as this is just as useful as the other two. --- bash.md | 1 + 1 file changed, 1 insertion(+) diff --git a/bash.md b/bash.md index bb6114b4b..5d219d347 100644 --- a/bash.md +++ b/bash.md @@ -25,6 +25,7 @@ This is a quick reference to getting started with Bash scripting. - [Learn bash in y minutes](https://learnxinyminutes.com/docs/bash/) _(learnxinyminutes.com)_ - [Bash Guide](http://mywiki.wooledge.org/BashGuide) _(mywiki.wooledge.org)_ +- [Bash Hackers Wiki](https://wiki.bash-hackers.org) _(wiki.bash-hackers.org)_ ### Example