From 959d96b24f4c4f8d8370562dc56fcfac1c59b4fe Mon Sep 17 00:00:00 2001 From: Rudrakshi Date: Mon, 31 Oct 2022 13:30:20 +0530 Subject: [PATCH] Add resource for bash scripting (#2776) --- .../101-live-in-terminal/104-bash-scripting.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/104-bash-scripting.md b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/104-bash-scripting.md index 5ee77945f..6c2cd11b5 100644 --- a/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/104-bash-scripting.md +++ b/content/roadmaps/102-devops/content/102-managing-servers/101-live-in-terminal/104-bash-scripting.md @@ -14,4 +14,5 @@ With a CLI shell like Bash, you type commands into the program to directly contr Shell Scripting for Beginners A guide to Bash The Bash Hackers Wiki +Bash Shell Scripting Guide Codecademy - Learn Bash Scripting