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.
Clone this repository in your terminal:
git clone
## Usage
```bas
./hsh
$ ./hsh
$ ls -l
## Files
File|Description
---|---