mecharmor / Linux-Shell

Terminal Shell Program that accesses Kernel mode via system calls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Shell

Build Instructions

in the terminal type make to build project

Run Instructions

in the terminal type ./myshell to run the shell

List Extra Functionality

Implemented the shell so the current working directory is shown in the prompt. (Note: the '~' is also factored in too)

About

Terminal Shell Program that accesses Kernel mode via system calls

License:MIT License


Languages

Language:C 97.1%Language:CMake 1.9%Language:Makefile 1.0%