view bin/thanks @ 6258:9d6cc454595c

<tswett> echo \'THEY HAVE WRONGED YOU. THEY MUST BE DESTROYED.\' > evil/503
author HackBot
date Thu, 26 Nov 2015 16:30:33 +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 "$_.";