Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 490 Bytes

File metadata and controls

30 lines (17 loc) · 490 Bytes

shell-in-c/c++

A basic shell written in c++ on UNIX operating system

GitHub Logo

Features

  • Basic command execution
  • Command-line parsing

Getting Started

Prerequisites

  • C++ compiler
  • Unix-like operating system (Linux, macOS)

Building

To build the SimpleShell, use the following commands:

g++ -o SimpleShell main.cpp

# Running the SimpleShell
./SimpleShell