A WIP shell for use in a Linux environment
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
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
$ 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.
Slowly adding more error funtionality as well as attempting to implement more built-ins
Hope Parnell ([email protected])
Jeffrey Winikoff ([email protected])
We don’t have a license.
Work In Progress