#!/bin/bash
shuf -n3 /usr/share/dict/words | tr -d '\n'
