view bin/thanks @ 10926:a684a663a67f

<oerjan> sled bin/2//s,\'\' ,,
author HackBot
date Sat, 20 May 2017 05:48:18 +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 "$_.";