From 529f8c9f7b3274993e6fd51f5bb91e3d324ed347 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 5 Dec 2023 11:52:09 -0700 Subject: [PATCH] Fix lint --- content/bash-scripting-basics.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/bash-scripting-basics.md b/content/bash-scripting-basics.md index 755f9dca3c..e2c4ce500c 100644 --- a/content/bash-scripting-basics.md +++ b/content/bash-scripting-basics.md @@ -14,8 +14,6 @@ section: about-your-os tableOfContents: true --- -# Scripting Basics - We will be writing a script for [BASH (Bourne Again Shell)](https://en.wikipedia.org/wiki/Bash_(Unix_shell)). There are many different languages and tools to create scripts for your tasks. Some languages are better suited for specific tasks than others. BASH is a great starting point, as it uses the same language as your built in terminal commands that already exist in your Linux OS. **NOTE:** This tutorial assumes you are running Pop!_OS or Ubuntu, but the script will work on any Linux/Unix OS with BASH.