Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 249 Bytes

File metadata and controls

18 lines (16 loc) · 249 Bytes

JavaShell

A very basic bash-like shell written in Java built with an in-shell file system.

Supported commands:

  • cat
  • cd
  • cp
  • mv
  • echo
  • exclaim
  • grep
  • man
  • ls
  • mkdir
  • pwd
  • exit

As well as output redirection.