/shell

A trivial example of a UNIX shell (not POSIX compliant)

Primary LanguageC

Trivial Shell

This is a shell program that supports ~ as home dir, and can background tasks with a &. It has a prompt like the following:

╭─foo@host /etc/ssh
╰─%

This may see further development if I get free time