Skip to content

lvematt/myshell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

myshell

a simple bush shell implemented with some common commands

This project implements a simple bush shell that mimic the shell of GNU/Linux system. This project was writen in C.

This shell has implementation of help, exit, cd, pwd command.

This shell was implemented with support for program execution with full path of the program. (For example : /Users/lvematt/documents/hello_world will execute the hello_world prgram)

This shell was implemented with support for build-in shell command execution with resolve of path resolution. (For example: wc hello_world.c or /usr/bin/wc hello_world.c will work the same way and get the same result)

About

a simple bush shell implemented with some common commands

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published