Skip to content

somnath503/Simple-Shell-Scripts

Repository files navigation

🐚 Basic Shell Script Programs

This repository contains simple and beginner-friendly shell script programs for practice and learning.


📂 Included Scripts

  • factorial.sh – Calculates the factorial of a number
  • circle.sh – Finds area and circumference of a circle
  • arithmetic.sh – Performs basic arithmetic operations (+, -, ×, ÷)
  • max_min_temperature.sh – Finds maximum and minimum temperature from input
  • even_odd.sh – Checks if a number is even or odd
  • simple_loop.sh – Demonstrates basic for or while loops

📘 About

These scripts are:

  • Written in bash
  • Good for understanding basic Linux shell scripting
  • Useful for students and beginners in shell programming

▶️ How to Run

Make the script executable and run:

chmod +x script_name.sh
./script_name.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages