4 lines
171 B
Bash
Executable File
4 lines
171 B
Bash
Executable File
[ -f functions.sh ] && source functions.sh
|
|
|
|
msg "$2" "$(shuf -n 1 -e '( . Y . )' '( . )( . )' '(o)(o)' '( + )( + )' '(*)(*)' '(@)(@)' '(oYo)' '( ^ )( ^ )' '( . )Y( . )')"
|