User:Scsbot/examples/checkrhyme

if grep -q "Rhymes*:"
then
	echo "already has rhyme"
	exit 1
else
	exit 0
fi