williamgrosset / turtle

🐢 Linux command-line shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🐢

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

About

🐢 Linux command-line shell


Languages

Language:C 97.0%Language:Makefile 3.0%