What role does Bash play?
- Quick prototyping
- Interactive
- script command to record your explorations
- replay as script
- Easy for simple templating output
- embedding text variables and bash functions
- Easy for orchestrating
- Once sequence it working you can automate with cron or run as needed
- On Linux and Mac OS X there is you already have it installed