Thanks to visit codestin.com
Credit goes to github.com

Skip to content

rhbollinger1s/EZ-Bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

EZ-BASH

No longer updated, do not use.

DESCRIPTION

EZ-Bash is a beginner-friendly Bash script designed to simplify common command-line tasks. Supported distros: Arch, Ubuntu, Debian, Mint. Commands are easy to use and understand. Contributions are welcome! Author: RHBollinger1s at github

HOW THE CODE WORKS

EZ-Bash is structured for clarity and ease of use. When a user enters a command at the prompt, the script checks if it matches any of the supported commands using a case statement for efficient branching. Each command is handled in its own section, clearly labeled with headers explaining its purpose.

If the entered command is recognized, the corresponding code block executes. If not, the script displays an error message indicating the command was not found. All functionality is contained within a single script file to simplify installation and usage—no need to manage multiple files.

The code avoids unnecessary complexity and is beginner-friendly, with no inappropriate language. New contributors are welcome, especially those learning Bash and open source development.

About

A bash script to run inside of bash giving easy commands for people whom dont understand bash.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages