Skip to content
/ echo Public

Learn how argc and argv are passed from environment to Unix program.

License

Notifications You must be signed in to change notification settings

ibara/echo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

echo

echo is a reimplementation of the echo(1) utility without libc. It is used to teach how argc and argv are passed in Unix.

Why?

Read my blog post about this codebase.

There is also a follow-up blog post about this codebase.

Building

Just run make. This will probably only run on OpenBSD/amd64 as is. Feel free to port to your Unix of choice.

License

ISC License. See LICENSE for details.