/simple-shell

A basic shell written in c.

Primary LanguageCMIT LicenseMIT

Simple Shell

A basic shell written in c.

Features

Supported builtin commands: cd, help, exit, sheep.

build

gcc simple_shell.c -o simple_shell

Run

./simple_shell

License

MIT