SakuraMatrix / p0

0 stars 24 forks source link

Andrew Gregersen P0 Idea #13

Open andrewgregersen opened 3 years ago

andrewgregersen commented 3 years ago

I have decided to try and implement a very simple user shell that allows the user to access system programs (i.e git, mvn, etc.) from the command line, in addition to some built in programs like cat and grep. So far cat, grep and a custom document analyzer have been implemented in a rough prototype that work, they still need to be linked to the driver script however. In addition the commands ls and cd have been implemented at their most basic implementation. PWD has been implemented completely. I will need to figure out how threads work in Java to get the other programs to run.