view bin/blessyou @ 9718:f4feceb21227

<shachaf> mkx bin/culprist//hoat "$@" | awk \'{print substr($1,2,length($1)-2)}\' | xargs
author HackBot
date Fri, 18 Nov 2016 09:13:46 +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 "$_.";