## ⚔️
- Prerequisites: [[Prepare for Adventure]]
---
Following is the lesson plan overview for **Learning Bash** _from scratch!_
It's _highly recommended_ to walk through the **Adventurer's Guide** in this order.
> The **Table of Contents** below walks through all **Lesson Plans**.
>
> You you find lessons in the `Adventurer's Guide/Lessons` folder.
>
> Every **Adventurer's Guide** page is referenced by one or more lessons.
>
> *Look for the ⚔️ at the top of every page for navigation.*
# Table of Contents
## Adventurer's Guide Tips
- How to Follow Along with the Lesson Plan
## Variables
- [[Variables]] `<--- Start Here`
- [[Numbers]]
- [[Text]]
- [[Lists]]
## Conditionals
- Conditional Basics
## Loops
- Loop Basics
## Scripts
- Script Basics
#### User Input
- Arguments
- Reading Input
##### Arguments
- Argument Basics
- Command-line Arguments
- Argument Parsing
##### Reading Input
- Script Input Basics
- User Keyboard Input
- Handling Keystrokes
- Multiple Choice
- Standard Input
## Functions
...