#!/bin/sh
exec tr -cs 'A-Za-z' ' ' </dev/urandom
