# HG changeset patch # User HackEso # Date 1549848670 0 # Node ID 140e01ef1912737252d3b7fdb2e9bdf3410bf9a8 # Parent 7312309130dcc96e300a25c28135efcbb9356fa4 sled bin/hi//s/OUY/OUY0134/g diff -r 7312309130dc -r 140e01ef1912 bin/hi --- a/bin/hi Mon Feb 11 00:24:33 2019 +0000 +++ b/bin/hi Mon Feb 11 01:31:10 2019 +0000 @@ -1,2 +1,2 @@ #!/usr/bin/perl -$_ = (join " ", @ARGV) || `words`; s/^\s+|\s+$//g; print "Hi $_. "; if (/[aeiouyAEIOUY]/) { s/^[^aeiouyAEIOUY]*/H/; } else { s/^./H/; } print "$_."; \ No newline at end of file +$_ = (join " ", @ARGV) || `words`; s/^\s+|\s+$//g; print "Hi $_. "; if (/[aeiouyAEIOUY0134]/) { s/^[^aeiouyAEIOUY0134]*/H/; } else { s/^./H/; } print "$_."; \ No newline at end of file