view bin/thanks @ 9991:44009b1f1050

<hppavilion[0]> ` mv bin/grwfi bin/gwni
author HackBot
date Fri, 16 Dec 2016 19:51:12 +0000
parents c989a1669243
children 1903db8fb09c
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 "$_.";