/MicroShell

Simple shell written in C. Fully working on Linux and MacOs. Project for Operating Systems classes.

Primary LanguageC

MicroShell

Simple shell written in C. Fully working on Linux and MacOs. Project for Operating Systems classes.

Table of contents

Screenshots

help function

Example screenshot

history function

Example screenshot

mkdir function

Example screenshot

wc function

Example screenshot

Technologies

  • C

Setup

  1. Compile microshell.c file with gcc -o microshell microshell.c
  2. Run app with ./microshell

Example screenshot

Features

  • Own versions of "cd", "wc", "mkdir", "history" and "help" command.
  • Use other bash functions (created by using execvp)
  • Customized colorful path with name of logged user

Example screenshot

Status

Project is: completed

Contact

Created by @HondaPL 2019