Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tarball0/boring-shell
The most basic shell in existence
https://github.com/tarball0/boring-shell
c inline-assembly shell
Last synced: 4 days ago
JSON representation
The most basic shell in existence
- Host: GitHub
- URL: https://github.com/tarball0/boring-shell
- Owner: tarball0
- License: wtfpl
- Created: 2024-09-29T15:24:22.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-16T14:11:31.000Z (2 months ago)
- Last Synced: 2024-10-18T04:07:15.852Z (2 months ago)
- Topics: c, inline-assembly, shell
- Language: C
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# `boring-shell`
I called it the boring shell because there isn't really anything special about it. I mean, you would be better off using literally any other shell.
This was just a little one-day project to teach myself gcc inline assembly and forking in c, which I can say I achieved (The bare minimum, at least.)
## Running
### Install the gnu readline library
Arch Based:
```
sudo pacman -S readline
```
Debian Based:
```
sudo apt-get install libreadline6 libreadline6-dev
```
### Run make
run `make` inside the directory and then run `./boring`## ?
what on earth even is POSIX?