@climagic
Tired of all these "Yes"-Sayers all the time?:

```.bashrc
no() {yes no}
maybe() { a=(no yes); while :; do echo "${a[$((RANDOM % 100 < ${1:-50}))]}"; done; }
```

#climagic