about summary refs log tree commit diff stats
path: root/sarcasticizer
diff options
context:
space:
mode:
Diffstat (limited to 'sarcasticizer')
-rwxr-xr-xsarcasticizer8
1 files changed, 8 insertions, 0 deletions
diff --git a/sarcasticizer b/sarcasticizer
new file mode 100755
index 0000000..eff6823
--- /dev/null
+++ b/sarcasticizer
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+echo "This is the sarcasticizer! It makes text lOoK LIkE thIs!"
+echo "What are you trying to mock today?"
+read input
+echo $input | ./main.rkt | xclip
+
+echo "Your sarcasm is now copied and ready to go! Middle click where you want to paste to get your snark on!"