view bin/thanks @ 3436:b7c5546979d8

<Roujo> touch /hackenv/bin/\x16\x16\x16
author HackBot
date Mon, 19 Aug 2013 17:35:04 +0000
parents c216e32f5e2e
children
line wrap: on
line source

#!/usr/bin/perl
$_ = (join " ", @ARGV) || `words`; s/^\s+|\s+$//g; print "Thanks, $_. "; if (/[aeiouyAEIOUY]/) { s/^[^aeiouyAEIOUY]*/Th/; } else { s/^./T/; } print "$_.";