From 9208e93bb9487e95455f0252866954d019426a5e Mon Sep 17 00:00:00 2001 From: Brian Chu Date: Sun, 21 Feb 2021 00:42:41 -0800 Subject: fix path in shell script --- sarcasticizer | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!" -- cgit 1.4.1-2-gfad0