view bin/hi @ 3637:9affbf96e0fb

<Roujo> echo cksum /dev/random > bin/fsck
author HackBot
date Wed, 04 Sep 2013 17:37:06 +0000
parents c216e32f5e2e
children
line wrap: on
line source

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