From 89a6524fa5517c4b7e41b0e6fed62def79ef2233 Mon Sep 17 00:00:00 2001 From: AKakshaypratap Date: Mon, 25 May 2026 01:07:58 +0530 Subject: [PATCH] docs(bash): add bash learning resources --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9f3119b7e..372ab4834 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ # Project Based Learning +## Shell Scripting / Bash + +- [Learn Bash the Hard Way](https://leanpub.com/learnbashthehardway) +- [Bash Guide for Beginners](https://tldp.org/LDP/Bash-Beginners-Guide/html/) + + [![Gitter](https://badges.gitter.im/practical-tutorials/community.svg)](https://gitter.im/practical-tutorials/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) A list of programming tutorials in which aspiring software developers learn how to build an application from scratch. These tutorials are divided into different primary programming languages. Tutorials may involve multiple technologies and languages.