about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xsarcasticizer2
1 files changed, 1 insertions, 1 deletions
diff --git a/sarcasticizer b/sarcasticizer
index eff6823..0aea851 100755
--- a/sarcasticizer
+++ b/sarcasticizer
@@ -3,6 +3,6 @@
 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 $input | $HOME/bin/sarcasticizer/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!"