view bin/thanks @ 6900:0475ebc3dac5

<izabera> ` sed -i s/unicy/uncy/ wisdom/uncyclopedia
author HackBot
date Wed, 17 Feb 2016 07:38:46 +0000
parents 685e004a3372
children
line wrap: on
line source

#!/usr/bin/perl -CSDA
$_ = (join " ", @ARGV) || `words`; s/^\s+|\s+$//g; print "Thanks, $_. "; if (/[aeiouyAEIOUY]/) { s/^[^aeiouyAEIOUY]*/Th/; } else { s/^./T/; } print "$_.";