diff --git a/README.md b/README.md index 2f886b0..74b130f 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Here's a list of the most interesting ones, along with what they do and where th - drop_pagecache - A quick script I wrote to drop the linux page cache. - [hastebin](https://gist.github.com/flores/3670953) - A [hastebin](http://hastebin.com/) CLI. - [quickshare](https://github.com/netham91/Quick-Share) - A quick way to share files via HTTP. + - [cscz](https://git.starbeamrainbowlabs.com/sbrl/cscz) - The one and only C# class generator. A little timesaving tool I built myself, written in C# or course :D ## Disclaimer I don't own many of the tools in this repository. If you are an owner of one of these tools and I haven't linked to you, please let me know as I probably forgot. diff --git a/cscz b/cscz new file mode 100755 index 0000000..45c1a1c Binary files /dev/null and b/cscz differ