Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 730 Bytes

File metadata and controls

19 lines (15 loc) · 730 Bytes

DevOps Bash Scripts Portfolio

Collection of practical Bash scripts I'm building as part of my DevOps learning journey.
Focus: Automation, system administration, monitoring, backups, CI/CD helpers, cloud tasks etc.

Why this repo?

  • Demonstrates Bash scripting skills for real DevOps use-cases
  • Shows version control (Git) habits
  • Each script has proper comments, error handling & usage instructions
  • Building block for bigger automation projects (Ansible, Jenkins, etc.)

Folder Structure

  • /scripts/ → All main Bash scripts (organized by topic/day)

How to use any script?

  1. Clone the repo
    git clone https://github.com/irfansadiq030/devops-bash-scripts.git
    cd devops-bash-scripts