view bin/thanks @ 6958:8df22fa34755

<shachaf> mkx bin/snackego//echo \':)\'
author HackBot
date Wed, 24 Feb 2016 10:46:24 +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 "$_.";