5 lines
219 B
Bash
Executable File
5 lines
219 B
Bash
Executable File
[ -f functions.sh ] && source functions.sh
|
|
|
|
type="$(shuf -n1 -e "off" "you" "donut" "shakespeare" "linus" "king" "chainsaw" "madison")"
|
|
msg "$2" "$(curl -s -H "Accept: text/plain" "https://foaas.com/${type}/$3/$nick")"
|