Advice module added.
This commit is contained in:
parent
ba62a946b1
commit
0edefe6ca4
8
modules/advice/advice.sh
Executable file
8
modules/advice/advice.sh
Executable file
@ -0,0 +1,8 @@
|
||||
[ -f functions.sh ] && source functions.sh
|
||||
|
||||
advice=(
|
||||
'If love hurts, move slightly to the left.'
|
||||
'Never sweat the petty stuff, but always pet the sweatty stuff.'
|
||||
"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[@]}")"
|
Loading…
Reference in New Issue
Block a user