view bin/thanks @ 8978:88d33741ccd2

<shachaf> mkx bin/dowg//doag "wisdom/$1"
author HackBot
date Sat, 27 Aug 2016 03:07:35 +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 "$_.";