view bin/thanks @ 8805:a4b811ffa294

<shachaf> sedlast s/unknown/classified/
author HackBot
date Thu, 14 Jul 2016 00:32:22 +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 "$_.";