view bin/hi @ 3710:56e3b5fa44cb

<Roujo> mv freedom bin/freedom
author HackBot
date Wed, 11 Sep 2013 14:24:04 +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 "$_.";