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