about summary refs log tree commit diff stats
path: root/sarcasticizer
blob: 0aea85138e191bc9a896d7b48e4c5c182a8418ef (plain) (blame)
1
2
3
4
5
6
7
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 | $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!"