changeset 11726:1903db8fb09c draft

<fizzie> ` sled bin/thanks//s/OUY/OUY0134/g # for consistency
author HackEso <hackeso@esolangs.org>
date Mon, 11 Feb 2019 01:32:18 +0000
parents 140e01ef1912
children fea38c2307ee
files bin/thanks
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/thanks	Mon Feb 11 01:31:10 2019 +0000
+++ b/bin/thanks	Mon Feb 11 01:32:18 2019 +0000
@@ -1,2 +1,2 @@
 #!/usr/bin/perl -CSDA
-$_ = (join " ", @ARGV) || `words`; s/^\s+|\s+$//g; print "Thanks, $_. "; if (/[aeiouyAEIOUY]/) { s/^[^aeiouyAEIOUY]*/Th/; } else { s/^./T/; } print "$_.";
\ No newline at end of file
+$_ = (join " ", @ARGV) || `words`; s/^\s+|\s+$//g; print "Thanks, $_. "; if (/[aeiouyAEIOUY0134]/) { s/^[^aeiouyAEIOUY0134]*/Th/; } else { s/^./T/; } print "$_.";
\ No newline at end of file