From cb5416b1c5aa170527afd6359ebab44f15a48e5e Mon Sep 17 00:00:00 2001 From: SabitOl Date: Mon, 18 May 2026 09:38:01 +0100 Subject: [PATCH] Modified README file to include CI badge --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 061e64d..dbe7d33 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Bash Automation Scripts +[![Bash Scripts CI](https://github.com/SabitOl/bash-scripts/actions/workflows/cI.yml/badge.svg)](https://github.com/SabitOl/bash-scripts/actions/workflows/cI.yml) + +A collection of Linux automation scripts written in Bash. +Each script solves a real system administration task. + ## 1. disk-check.sh The script checks usage of every partitions in the system. When any of the disk space used is above 80%, the script prints a WARNING message with percent used by each partition.