diff --git a/README.md b/README.md new file mode 100644 index 0000000..fa96673 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# gash + +![](https://img.shields.io/badge/written%20in-golang-blue) + +A POSIX shell. + +Uses goroutines to implement job backgrounding. + +The tokenizer, parser, execution and piping all work, but as of the current release (0.1) there are many bugs and missing features before you could `chsh` to this. + +Tags: PL + +## Changelog + +2016-08-14: r010 +- Initial release +- [⬇️ gash-r010.7z](dist-archive/gash-r010.7z) *(4.35 KiB)* + diff --git a/dist-archive/gash-r010.7z b/dist-archive/gash-r010.7z new file mode 100644 index 0000000..f5f1c83 Binary files /dev/null and b/dist-archive/gash-r010.7z differ