#! /bin/bash

words=$(cat /dev/stdin);

for w in $words; do 
done;