An open API service indexing awesome lists of open source software.

https://github.com/RafalWilinski/Interpreter

📺 My own bash interpreter in C
https://github.com/RafalWilinski/Interpreter

bash clang interpreter shell

Last synced: about 1 month ago
JSON representation

📺 My own bash interpreter in C

Awesome Lists containing this project

README

        

### Compile
```
gcc *.c -o main -lreadline
```

And then run
```
./main
```