thenew-programer / low_level_shell

Shell built in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Low Level Shell (LLC)

A simple shell built in C.

Install

git clone https://github.com/low_level_shell
cd low_level_shell
make
./Bin/shell

To clean it up

make clear

Configuration

You can configure your prompt by clicking on this main file and changing the argument given to readline variable, in the 23th line.

Builtin Commands

we only have two builtin commands

  • cd : change directory
  • env : print environment variables
  • exit : exit the low_level_shell

About

Shell built in C.


Languages

Language:C 94.3%Language:Makefile 5.7%