Introduction
You can write a set of steps in a file to run it.
Objectives
- Write and run scripts
- Use
variables
andparameters
to make your scripts flexible - Apply
control-flow
logic to make intelligent decisions - Add robustness to your scripts by adding
error management