Skip to content

Hope-Parnell/simpleShell

 
 

Repository files navigation

Simple Shell

A WIP shell for use in a Linux environment

Description

A command line style shell of my own making for use in a Linux environment. It is curretly a work in progress/ it is unknown if I will ever finish it

Usage

To Run the shell use:

simpleShell

Once the shell opens you will be presented with a prompt,
and you can use simple commands and their flags

Examples

$ ls -la
drwxr-xr-x 6 jswini jswini  4096 Aug 25 13:40 .
drwxr-xr-x 7 jswini jswini  4096 Aug 25 13:25 ..
drwxr-xr-x 8 jswini jswini  4096 Aug 25 13:25 .git
-rw-r--r-- 1 jswini jswini    78 Aug 23 14:26 .gitignore

Other implemented built-ins include: exit and env.

Roadmap

Slowly adding more error funtionality as well as attempting to implement more built-ins

Authors and acknowledgment

Hope Parnell ([email protected])
Jeffrey Winikoff ([email protected])

License

We don’t have a license.

Project status

Work In Progress

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%