ReadyOS Github

A javascript library that creates a virtual filesystem, interactable through Unix-Lite commands


Familiar Unix Commands

  • mkdir
  • ls
  • cd
  • touch
  • rm
  • echo
  • mv
  • cp

Add Extra Commands in Implementation

  • login
  • logout
  • compile
  • execute