bmart847 / BetterShell

Bryan Martin & Joe Listro
0 stars 0 forks source link

cd and pwd commands #2

Open bmart847 opened 8 years ago

bmart847 commented 8 years ago

Complete the cd and pwd commands. Update shell for these commands. Update design and test plans as needed.

bmart847 commented 8 years ago

I put these two in one issue since they'll be very similar. cd command will simply be changing the working directory and pwd command will display it.

bmart847 commented 7 years ago

pwd has been working. We'll keep this issue open for cd tho

bmart847 commented 7 years ago

pwd is also done after our restructuring. cd still to come

joeListro commented 7 years ago

CD should now be working on CMD--CD branch

bmart847 commented 7 years ago

restructure now gives cd full access to shared mem and changes the dir. needs to make sure that dir exists tho, so we may need to merge in changes you made. pull request? have a look at cd when you can

bmart847 commented 7 years ago

on branch testing, cd is now checking for existence.