diff --git a/modules/advice/advice.sh b/modules/advice/advice.sh index ec8a15d..9141152 100755 --- a/modules/advice/advice.sh +++ b/modules/advice/advice.sh @@ -17,5 +17,6 @@ advice=( '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.' "There are three kinds of people in this world, those who can count, and those who can't" +"There are 10 kinds of people in this world, those who understand binary and those who don'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[@]}")"