view bin/thanks @ 3061:6e797597142d

<nooodl> mv index.html bin/thanks
author HackBot
date Wed, 05 Jun 2013 19:19:46 +0000
parents 8a371054e33d
children bb75acbc97c0
line wrap: on
line source

#!/usr/bin/perl
$_ = $ARGV[0] || `words`; s/^\s+|\s+$//g; print "Thanks, $_. "; if (/[aeiouy]/) { s/^[^aeiouy]*/Th/; } else { s/^./T/; } print "$_.";