Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoneybun committed Dec 5, 2023
1 parent 6e8a839 commit 529f8c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions content/bash-scripting-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 529f8c9

Please sign in to comment.