/bshell

:baby: A baby shell written in C

Primary LanguageC

bshell - 'Baby Shell'

bshell is a shell written in C. It's called 'baby shell' because it currently has only a small subset of the functionality of bash. 👶

Compile && run

make then
./bshell

TODO

  • shell config files
  • launch new programs
  • shell builtins
  • tilde expansion of paths
  • autocompletion
  • shell sessions
  • history