view bin/blessyou @ 11336:3e52041e3b35

<int-e> mkx bin/dc//DC_LINE_LENGTH=10000 /usr/bin/dc "$@"
author HackBot
date Sun, 28 Jan 2018 20:50:06 +0000
parents 4cc6f4753408
children fea38c2307ee
line wrap: on
line source

#!/usr/bin/perl
$_ = (join " ", @ARGV) || `words`; s/^\s+|\s+$//g; print "Bless you, $_. "; if (/[aeiouyAEIOUY]/) { s/^[^aeiouyAEIOUY]*/Bl/; } else { s/^./B/; } print "$_.";