/turtle

🐢 Linux command-line shell

Primary LanguageC

🐢

alt text

Overview

A 200-line simple shell that supports basic command execution, changing directories, and running background processes. To create a background process, run bg <cmd> <opts>. To view running background processes, run bglist.

Neither bg, bglist, or cd commands are case-sensitive.

Usage

Compile

make setup

Run shell

make run

Clean build

make clean