/husk

A small C shell I created for a class related project in 2008

Primary LanguageCMIT LicenseMIT

This was a small class-related project I did in 2008 -- it's just a small shell written in C. It only supports a handful of commands, like 'ls', 'rm', 'cp', 'mv', 'cat', 'mkdir', 'rmdir', and 'clear'. It also supports the equivalent DOS commands if you're on a DOS based machine.