# HG changeset patch # User HackEso # Date 1549848881 0 # Node ID fea38c2307ee32d79a14773b9d3becdb9d502de9 # Parent 1903db8fb09cd5f0c31a4276d1b818d5119d2fb4 sled bin/blessyou//s/OUY/OUY0134/g diff -r 1903db8fb09c -r fea38c2307ee bin/blessyou --- a/bin/blessyou Mon Feb 11 01:32:18 2019 +0000 +++ b/bin/blessyou Mon Feb 11 01:34:41 2019 +0000 @@ -1,2 +1,2 @@ #!/usr/bin/perl -$_ = (join " ", @ARGV) || `words`; s/^\s+|\s+$//g; print "Bless you, $_. "; if (/[aeiouyAEIOUY]/) { s/^[^aeiouyAEIOUY]*/Bl/; } else { s/^./B/; } print "$_."; \ No newline at end of file +$_ = (join " ", @ARGV) || `words`; s/^\s+|\s+$//g; print "Bless you, $_. "; if (/[aeiouyAEIOUY0134]/) { s/^[^aeiouyAEIOUY0134]*/Bl/; } else { s/^./B/; } print "$_."; \ No newline at end of file