Skip to content

S460s/c-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

c-shell

This is a simple "shell" written purely in C. It's done as an exercise to understand the inner workings of linux shells and to get used to the C standart library.

As a start I used the codecrafters "Build your own shell" assignments.

Sample output

A sample output image of the shell program.

Things to add

  • makefile
  • evaluation of ENV variables
  • comments (in the shell)
  • update the builtin system

Valgrind

  • still reachable at the end of the program is because of calling exit before freeing some resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages