Skip to content

Latest commit

 

History

History
31 lines (30 loc) · 432 Bytes

README.md

File metadata and controls

31 lines (30 loc) · 432 Bytes

JXYShell

Team Member

  • Jingjing Tang
  • Xike Wang
  • Yang Yang

Shell Features -------------------
  1. Piping
  2. History
  3. Redirection
  4. Tab Completion
  5. Change Directory
  6. Joining
  7. Repeat last 10 commands

Compile --------- gcc -Wall -lreadline -o JXYShell JXYShell.c
Run ---------- ./JXYShell