From 18d77f52111760cd33bb77c68466d13ae280ad64 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Mon, 17 Aug 2020 21:39:02 -0400 Subject: [PATCH] Added to the advice module. --- modules/advice/advice.sh | 1 + 1 file changed, 1 insertion(+) 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[@]}")"