view bin/thanks @ 4068:39686d8505ec

<mrhmouse> chmod +x bin/ello
author HackBot
date Fri, 22 Nov 2013 16:10:37 +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 "$_.";