view bin/thanks @ 7512:6937e06cce3b

<oerjan> forget n\xc5\x93ud
author HackBot
date Wed, 20 Apr 2016 17:56:01 +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 "$_.";