Skip to content

h4ck0lympus/basic-shell-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

A basic shell in C (made this just to practice my C coding skills and cuz I was bored xD)

Inspiration :

References :

Todo:

  • Add more command implementation or simple execve the existing system binaries (that exist in PATH)
  • Understand how to make parser using lex and yacc and implementing it in this project.
  • Add history and autocomplete
  • Add 256 color support
  • Try to understand about how to write grammar in backus naur format
  • Add Makefile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages