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

https://github.com/wookietreiber/smash

smash shell
https://github.com/wookietreiber/smash

scala scala-native shell unix-shell

Last synced: 19 days ago
JSON representation

smash shell

Awesome Lists containing this project

README

          

# The SMASH Shell

## Thanks

These were some very helpful posts.

- [Write a Shell in C](https://brennan.io/2015/01/16/write-a-shell-in-c/), Stephen Brennan
- [How bash redirection works under the hood](https://brandonwamboldt.ca/how-bash-redirection-works-under-the-hood-1512/), Brandon Wamboldt
- [Understanding how Linux creates processes](https://brandonwamboldt.ca/how-linux-creates-processes-1528/), Brandon Wamboldt
- [How Linux pipes work under the hood](https://brandonwamboldt.ca/how-linux-pipes-work-under-the-hood-1518/), Brandon Wamboldt