shellfish/README.md

14 lines
402 B
Markdown
Raw Permalink Normal View History

2024-04-19 16:23:25 +00:00
# Shellfish
2023-12-27 08:24:05 +00:00
2024-04-19 16:23:25 +00:00
## 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)