view bin/thanks @ 4106:2c6f67282daa

<oerjan> ln -s wisdom/{,"stephen "}wolfram
author HackBot
date Sat, 30 Nov 2013 23:29:24 +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 "$_.";