view bin/thanks @ 9062:50e1b4a7835d

<shachaf> rm bin/makelistlist shachaf
author HackBot
date Thu, 22 Sep 2016 18:46:36 +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 "$_.";