Skip to content

MorleyBrando/Minishell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Minishell Project

Minishell is a simple Unix-like command-line shell developed as a part of my CMSC 216 course at the University of Maryland. It aims to provide a basic set of shell functionalities, allowing users to interact with their computer through command-line inputs.

Features

  • Basic command execution and handling.
  • Support for various built-in commands (e.g., cd, echo, pwd, exit).
  • Redirection of standard input and output (>, <).
  • Basic error handling and signal management.

Getting Started

You must use the command ./yargs.x command then the rest of the command line input to use it.

Prerequisites

  • Unix-like operating system (Linux/macOS).
  • GCC or any C compiler that supports the C11 standard.
  • Git for version control (optional but recommended).

Clone

Clone this repository to your local machine using:

git clone https://github.com/your-username/minishell.git

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages