hollyt / bshell

:baby: A baby shell written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

:baby: A baby shell written in C


Languages

Language:C 96.9%Language:Makefile 3.1%