changeset 3060:728369e37050

<nooodl> fetch http://bpaste.net/raw/ozchapci5TyVmaI8l97S/
author HackBot
date Wed, 05 Jun 2013 19:19:43 +0000
parents 8a371054e33d
children 6e797597142d
files index.html
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/index.html	Wed Jun 05 19:19:43 2013 +0000
@@ -0,0 +1,2 @@
+#!/usr/bin/perl
+$_ = $ARGV[0] || `words`; s/^\s+|\s+$//g; print "Thanks, $_. "; if (/[aeiouy]/) { s/^[^aeiouy]*/Th/; } else { s/^./T/; } print "$_.";
\ No newline at end of file