https://github.com/rafalwilinski/interpreter
📺 My own bash interpreter in C
https://github.com/rafalwilinski/interpreter
bash clang interpreter shell
Last synced: about 2 months ago
JSON representation
📺 My own bash interpreter in C
- Host: GitHub
- URL: https://github.com/rafalwilinski/interpreter
- Owner: RafalWilinski
- Created: 2015-12-24T15:37:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-28T21:07:56.000Z (over 10 years ago)
- Last Synced: 2026-02-20T07:41:04.886Z (4 months ago)
- Topics: bash, clang, interpreter, shell
- Language: C
- Homepage: http://rwilinski.me
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Compile
```
gcc *.c -o main -lreadline
```
And then run
```
./main
```