Skip to content

kush-bot/shell-in-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages