Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 430 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 430 Bytes

mish

a minimalistic shell written in c

TODO's

  • handler ctrl-d not working properly
  • execution of pathfinder function in main launcher
  • better aliasing logic
  • if-else statements
  • PS1
  • pipelines and redirection
  • env variables
  • commands file despatcher

compile and install

note: you mustn't use this in production yet

for just running:

$ make clean all
$ ./mish