view bin/thanks @ 6883:6ef896cf3bbb

<shachaf> ` chmod +x bin/cmd
author HackBot
date Tue, 16 Feb 2016 02:04:17 +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 "$_.";