Day 24 — Bash script for service CLI workflow
Goal
Create a Bash script that runs common project commands.
The goal is to automate repeated terminal actions and practice basic Bash scripting.
Tasks
Practice topics
- Bash scripts
- executable files
chmod +x
- running Python from Bash
- automating project commands
- simple DevOps workflow
Expected result
Project commands can be started through a Bash script.
Example:
Day 24 — Bash script for service CLI workflow
Goal
Create a Bash script that runs common project commands.
The goal is to automate repeated terminal actions and practice basic Bash scripting.
Tasks
day24day21run.shchmod +x run.shday24/README.mdREADME.mdPractice topics
chmod +xExpected result
Project commands can be started through a Bash script.
Example: