Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.
/ c-shell Public archive

This project is based off a C-based tutorial on how to create a shell that reads, parses, and executes commands through the terminal.

License

Notifications You must be signed in to change notification settings

joshuacrotts/c-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Terminal Shell in C

This project is based off a C-based tutorial on how to create a shell that reads, parses, and executes commands through the terminal. Because I enjoy C, and programming at a lower-level, I thought I would see how processes, system calls, and simple parsing techniques work. These are the fundamentals of a shell, so it makes sense to understand how everything works under the hood!

About

This project is based off a C-based tutorial on how to create a shell that reads, parses, and executes commands through the terminal.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages