Summary
This section is for the mental models behind scripting. These notes explain what scripts are for, how to think about inputs and outputs, and how automation should support real technical work.
What belongs here
- scripting vs manual commands
- input, output, and exit codes
- variables, arguments, and control flow
- safe automation mindset
How to use this section
- Start here when writing the script is easier after the mental model is clear
- Use Guides for safer workflow notes
- Use Commands for quick syntax and building blocks
Available concepts
- What Scripting Is Good For
- Inputs, Outputs, and Exit Codes
- Variables, Arguments, and Control Flow
- Parsing Text and Output
- Bash vs PowerShell vs Python