# HG changeset patch # User HackBot # Date 1375898999 0 # Node ID 6d9cebb0eac5c7444f14613df18284ce75591cf5 # Parent 81eff52d65555e34d3d6b7c04fccd33f07731d2f sed -re \'s/\\/H/; s/\\/H/\' bin/hi && chmod +x bin/hi && cat bin/hi diff -r 81eff52d6555 -r 6d9cebb0eac5 bin/hi --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/hi Wed Aug 07 18:09:59 2013 +0000 @@ -0,0 +1,2 @@ +#!/usr/bin/perl +$_ = (join " ", @ARGV) || `words`; s/^\s+|\s+$//g; print "Hi $_. "; if (/[aeiouy]/) { s/^[^aeiouy]*/H/; } else { s/^./H/; } print "$_."; \ No newline at end of file