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.
- 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.)
/scripts/→ All main Bash scripts (organized by topic/day)
- Clone the repo
git clone https://github.com/irfansadiq030/devops-bash-scripts.git cd devops-bash-scripts