view bin/thanks @ 5956:685e004a3372

<fizzie> ` sed -i -e \'s/perl/perl -CSDA/\' bin/thanks
author HackBot
date Sat, 05 Sep 2015 16:56:23 +0000
parents 7f957c1f4661
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 "$_.";