view bin/thanks @ 9942:cdc6ff5b89d7

<shachaf> slwd bottom//s#\\. #. #g
author HackBot
date Sun, 11 Dec 2016 19:43:28 +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 "$_.";