Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 356 Bytes

File metadata and controls

14 lines (11 loc) · 356 Bytes

MyShell

An implementation of a shell written in the C programming language.

This shell was the result of an assignment.

With this shell, you can:

  • Change directories/users
  • Create/Copy/Move files
  • Execute programs

Features include:

  • Shared history between shell sessions
  • Repeating a command in history
  • Terminating programs launched by MyShell