view bin/blessyou @ 6007:21c99e0b5713

<fizzie> sed -i -e \'s/munc/munic/\' wisdom/ii
author HackBot
date Wed, 16 Sep 2015 12:20:20 +0000
parents 4cc6f4753408
children fea38c2307ee
line wrap: on
line source

#!/usr/bin/perl
$_ = (join " ", @ARGV) || `words`; s/^\s+|\s+$//g; print "Bless you, $_. "; if (/[aeiouyAEIOUY]/) { s/^[^aeiouyAEIOUY]*/Bl/; } else { s/^./B/; } print "$_.";