about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--LICENSE5
-rw-r--r--README10
3 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e4e5f6c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*~
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..a5b13d1
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,5 @@
+Copyright (C) 2021 by Brian Chu <brinoleum@tilde.institute>
+
+Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
\ No newline at end of file
diff --git a/README b/README
new file mode 100644
index 0000000..3f65003
--- /dev/null
+++ b/README
@@ -0,0 +1,10 @@
+# Sarcasticizer
+
+This is a very basic program I wrote because I was frustrated with trying to type out the Spongebob "AaaAAaAauuGGa"
+style of text and feeling like I wasn't being truly random enough. Also, it's very time-consuming to do it by hand.
+I felt that it would be easier to write a quick program to do it for me because computers do be kinda cool tbh :)
+
+## Installation
+This is a fast and dirty script I tossed together in like 20 minutes flat and honestly I don't know why I'm
+spending so much time on this README. That being said, place this in your ~/bin directory and make sure your $PATH
+is able to reach it.
\ No newline at end of file