view bin/thanks @ 7958:1b123be3bfed

<oerjan> ` le/rn "hfs//"`hfs`
author HackBot
date Sun, 08 May 2016 02:56:11 +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 "$_.";