Write a Shell Script to Automate a Routine Task

Use Copilot to generate a safe shell script that automates a repetitive developer task.

category:devops
shell
automation
scripting
0

Prompt

Write a shell script that automates the following task:
  
  [Describe the task, inputs, and expected outcome]
  
  Requirements:
  - Check for required tools/binaries and print a helpful message if missing.
  - Use clear variable names.
  - Handle common errors gracefully.
  - Echo progress messages so the user knows what's happening.