view bin/thanks @ 8937:0e1ab6c19f18

<oerjan> sled bin/bf//1s/ //
author HackBot
date Thu, 18 Aug 2016 02:30:46 +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 "$_.";