JacobNickerson / juiceOS

Jason Bourne Again SHell
0 stars 0 forks source link

Implement More Functions #2

Closed JacobNickerson closed 1 week ago

JacobNickerson commented 3 weeks ago

Add implementation for common functions such as cd, ls, mkdir, rmdir, remove, etc. There's a lot.

JacobNickerson commented 2 weeks ago

I've implemented cd, mkdir, and pwd, on the file-system-gaming branch as they were necessary for testing some of the file systems methods. Going forward, commands should be implemented on a separate branch or in main, but for now know that those three are already implemented.

cbloodsworth commented 1 week ago

Closing issue as a lot of these have been implemented. The remaining commands will be posted as an issue of their own.