Skip to content
/ YinSh Public

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

License

Notifications You must be signed in to change notification settings

yin8086/YinSh

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published