view bin/thanks @ 9944:96c20c8dfb6d

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