HondaPL / MicroShell

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:C 100.0%