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
- Host: GitHub
- URL: https://github.com/wookietreiber/smash
- Owner: wookietreiber
- License: bsd-3-clause
- Created: 2017-12-03T21:05:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-30T09:55:09.000Z (almost 8 years ago)
- Last Synced: 2025-06-03T11:36:27.688Z (about 1 year ago)
- Topics: scala, scala-native, shell, unix-shell
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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