Examples demonstrating how command-line shells implement features.
exec.c | ||
LICENSE | ||
README.md | ||
redirection.c |
Shellfish
About
Self-contained examples demonstrating how shells implement common features. Every example can be built and run, however they are not meant to show how to write production-ready software. They only show how the important functions work, and not how to do things like handle and recover from errors.