2017-04-04 11:38:11 -04:00
|
|
|
[ -f functions.sh ] && source functions.sh
|
|
|
|
|
|
|
|
advice=(
|
|
|
|
'If love hurts, move slightly to the left.'
|
2017-04-04 12:15:22 -04:00
|
|
|
'When in doubt, mumble.'
|
2017-04-04 12:28:49 -04:00
|
|
|
"Some people are like clouds, when they disappear it's a beautiful day."
|
2017-04-04 20:48:43 -04:00
|
|
|
"Proof that light travels faster than sound? Some people appear bright until they speak."
|
2017-04-04 12:15:22 -04:00
|
|
|
'If love hurts, it may be the wrong hole.'
|
2017-04-04 14:30:00 -04:00
|
|
|
'He who smelt it delbt it.'
|
|
|
|
'It is better to burp and taste it than to fart and waste it.'
|
2017-04-04 12:15:22 -04:00
|
|
|
'If your girlfriend or spouce starts smoking, slow down a bit, and try a lubricant.'
|
2017-04-04 14:22:07 -04:00
|
|
|
"Dogs have things figured out. If you can't eat it or fuck it, then piss on it and walk away."
|
2017-04-04 11:38:11 -04:00
|
|
|
'Never sweat the petty stuff, but always pet the sweatty stuff.'
|
2017-04-04 12:28:49 -04:00
|
|
|
'Why do today what you can put off until tomorrow?'
|
2017-04-04 14:25:16 -04:00
|
|
|
"It is better to be pissed off than pissed on."
|
2017-04-04 12:28:49 -04:00
|
|
|
"It's called diet because all the other four letter words were taken."
|
2017-04-04 12:15:22 -04:00
|
|
|
'Friends are like condoms, they protect you when things get hard.'
|
|
|
|
'Friends are like butt cheeks, when shit separates them they always come back together.'
|
2017-04-04 11:38:11 -04:00
|
|
|
"There are three kinds of people in this world, those who can count, and those who can't"
|
|
|
|
"Never judge a man 'til you have walked a mile in his shoes. That way, if he turns out to be an ass hole you have his shoes and are a mile away.")
|
|
|
|
msg "$2" "$1: $(shuf -n1 -e "${advice[@]}")"
|