Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Loading