Make a more descriptive readme

This commit is contained in:
Nick Chambers 2024-04-19 11:23:25 -05:00
parent 5253932469
commit 3c64572791
1 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
# shellfish
# Shellfish
Examples demonstrating how command-line shells implement features.
## 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.
## Recommended Order
1. [exec.c](exec.c)
2. [redirection.c](redirection.c)