about summary refs log tree commit diff stats
path: root/sarcasticizer
blob: eff682321fe37bd60345c9290e67d3cc90b3639b (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 | ./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!"