rylnd / rysh

Like 'Hello World', but for shells

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rysh

Fun with execvp!

Why use a well-written shell when you can roll your own?

Compiling

$ make

Usage

$ ./rysh
rysh> ls

Notes

This compiles fine on most UNIX machines; OSX 10.6 was missing strndup so I threw my own in there for now.

About

Like 'Hello World', but for shells


Languages

Language:C 100.0%