view bin/thanks @ 7999:291728b85ecd

<oerjan> ` echo hm; frink 25 GPa -> atmospheres
author HackBot
date Mon, 09 May 2016 01:13:54 +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 "$_.";