view bin/thanks @ 9386:2cdbcaaf7599

<shachaf> mkx bin/age//hg identify --num
author HackBot
date Fri, 21 Oct 2016 20:17:15 +0000
parents c989a1669243
children 1903db8fb09c
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 "$_.";