Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 452 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 452 Bytes

A small shell like bash with pure C++,based on flex, bison and readline.Build Status

Support:

  • external cmd.
  • internal cmd: cd,exit,job,kill,echo,exec.
  • pipeline/redirection.
  • multicmd per line. separated by ';'.
  • background task. with '&'
  • simple task management: job kill
  • ctrl+c interrupt foreground task.
  • 'exit' exit the Yinsh.