Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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?