plasma-umass / browsix

Browsix is a Unix-like operating system for the browser.
Other
3.15k stars 181 forks source link

Added mkdir -p with test cases #18

Closed shivamkakkar closed 8 years ago

shivamkakkar commented 8 years ago

Moved the function outside if statement for firefox, and added function log, parseArgs. Added unit tests to test-mkdir.ts

bpowers commented 8 years ago

@shivamkakkar this was great, thanks! I made a couple style changes in a followup commit, but your logic is solid