User:Scsbot/examples/checkrhyme

From Wiktionary, the free dictionary
Jump to navigation Jump to search
if grep -q "Rhymes*:"
then
	echo "already has rhyme"
	exit 1
else
	exit 0
fi