Skip to content

POSIX Shell implemented in C. Coded just to get a better grasp on how to use syscalls (and general memory in C), as a CodeCrafters challenge. Made in two days too, I accept no complains (jk, I do).

License

Notifications You must be signed in to change notification settings

bodoque-01/Shell-in-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Just compile and run, CMakeLists.txt is ready to just do cmake . && make. It can run any program in your PATH environment variable, such as ls, df, cat, head, tail, etc. Just added support to the cd command too.

About

POSIX Shell implemented in C. Coded just to get a better grasp on how to use syscalls (and general memory in C), as a CodeCrafters challenge. Made in two days too, I accept no complains (jk, I do).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published