Cookie

#!/bin/bash moreorless() { local a=('more' 'less'); ${a[$((RANDOM%2))]} "$@"; }