view bin/thanks @ 6405:30b6ed06491d

<oerjan> learn Puns are fun. Ask shachaf about them.
author HackBot
date Fri, 18 Dec 2015 00:14:14 +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 "$_.";