Examples demonstrating how command-line shells implement features.
Go to file
Nick Chambers 3c64572791 Make a more descriptive readme 2024-04-19 11:23:25 -05:00
LICENSE Fix default repository files 2023-12-27 02:27:25 -06:00
README.md Make a more descriptive readme 2024-04-19 11:23:25 -05:00
exec.c Add missing header include 2024-04-19 11:05:30 -05:00
redirection.c Demonstrate how to remap stdout 2024-04-19 11:20:22 -05:00

README.md

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.

  1. exec.c
  2. redirection.c