Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 417 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 417 Bytes

Pseudo Shell Implmentation in C

###List of tasks to complete

  • myls - Command to be implemented
  • mycat - Command to be implemented
  • mycp - Command to be implemented
  • Makefiles - Makefile to generate all the object files in sub directories
  • Shell
    • Parse Commandline Text
    • Design the main loop to execute files
    • Set up the environment variables
    • Changing directories