Skip to content

Joblyn/simple_shell

Repository files navigation

Simple Shell project

This is a simple UNIX command interpreter based on bash and Sh.

Overview

Simple shell is a sh-compatible command language interpreter that executes commands read from the standard input or from a file.

Compilation

The shell is started with the standard input connected to the terminal. To start, compile all .c located in this repository by using this command:

gcc -Wall -Werror -Wextra -pedantic *.c -o hsh
./hsh

Authors

About

A simple shell built with C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages