From 0ddc36d041f373ac9c07798ecff4aea885c0b7e1 Mon Sep 17 00:00:00 2001 From: michaelcade Date: Mon, 17 Jan 2022 13:26:38 +0000 Subject: [PATCH] Day 19 - edits --- Days/day19.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Days/day19.md b/Days/day19.md index 26f056d..5c8a559 100644 --- a/Days/day19.md +++ b/Days/day19.md @@ -1,5 +1,7 @@ ## Automate tasks with bash scripts +BASH - **B**orn **A**gain **Sh**ell + We could almost dedicate a whole section of 7 days to bash scripting much like the programming languages, bash gives us the capability of working alongside other automation tools to get things done. I still speak to a lot of people where they have set up some complex shell scripts to make something happen and they rely on this script for some of the most important things in the business, I am not saying we need to understand shell/bash scripting for this purpose, this is not the way. But we should learn shell/bash scripting to work alongside our automation tools and for ad-hoc tasks.