/simple_shell

system call

Primary LanguageC

simple_shell

Description

simple shell is a command line interpreter that reads and executes commands from a file or the standard input. It is a simple implementation of the sh shell.

Installation

Clone this repository in your terminal:

git clone

## Usage
```bas
./hsh

Example

$ ./hsh
$ ls -l


## Files
File|Description
---|---