Update 'README.md'

This commit is contained in:
justine 2022-12-21 12:47:34 +01:00
parent 3d52e22056
commit dc7855de8a

View File

@ -1,4 +1,4 @@
# RShell
# Sqish
Rust Shell. This is an attempt to create a simple shell in Rust, because why not.
My starting point is [this article](https://www.joshmcguigan.com/blog/build-your-own-shell-rust/) which is excellent. I will start with the final form of a shell given in the article and try to reformat it: