Skip to content

Repository files navigation

Shell Scripts

This repository contains Bash shell scripts I created while learning Linux and automation as part of my 90 Days of DevOps Challenge.

These scripts help automate common system tasks and demonstrate the basics of shell scripting.


📚 What You'll Find Here

  • Basic Bash scripting examples
  • Automation scripts for everyday tasks
  • Scripts using loops, conditions, and variables
  • Beginner-friendly DevOps automation scripts

🧾 Scripts Included

Script Name Description
hello.sh Simple script to print a message
user-input.sh Demonstrates taking input from users
system-info.sh Displays system information
file-check.sh Checks if a file exists
disk-usage.sh Shows disk usage of the system
backup-script.sh Simple backup automation script

(Add or modify based on your actual scripts)


🛠 Skills Practiced

  • Bash scripting
  • Variables and user input
  • Conditional statements (if, else)
  • Loops (for, while)
  • File and directory operations
  • Basic system automation

▶️ How to Run a Script

  1. Clone the repository
git clone https://github.com/gurudeen-kori/shell-scripts.git

Navigate into the directory

cd shell-scripts

Give execute permission

chmod +x script-name.sh

Run the script

./script-name.sh

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages