An in-memory filesystem simulator built in Java.
- mkdir — create a directory
- touch — create a file
- cd — navigate into a directory
- cd .. — go up one level
- cd — go back to root
- ls — list contents
- pwd — print current path
- rm — remove a file or empty directory
- tree — display directory tree
- exit — quit