view bin/thanks @ 6079:6e702775e5c3

<ais523> ` sed -i -e \'1s/n//\' bin/asm
author HackBot
date Sat, 17 Oct 2015 00:54:12 +0000
parents 685e004a3372
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 "$_.";