Skip to content

make-file/mish

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mish

a minimalistic shell written in c

Requirements

readline

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

build

$ make clean all
$ ./mish

install

# make install

About

minimalistic shell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages

  • C 91.2%
  • Makefile 8.8%