view bin/thanks @ 9936:4f43caf4c371

<shachaf> ` rm wisdom/testing; mkdir wisdom/testing
author HackBot
date Sun, 11 Dec 2016 05:02:11 +0000
parents c989a1669243
children 1903db8fb09c
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 "$_.";