13 lines
402 B
Markdown
13 lines
402 B
Markdown
# 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.
|
|
|
|
## Recommended Order
|
|
|
|
1. [exec.c](exec.c)
|
|
2. [redirection.c](redirection.c)
|