# HG changeset patch # User HackBot # Date 1331267359 0 # Node ID ad8da6475ef89fbda000d348eb1888075da99114 # Parent c67584d4b85e9ef20131a2cca563b215dc123783 run echo '#!/bin/sh' >bin/WELCOME; echo "welcome \"\$@\" | perl -ne 'print uc(\$_)'" >>bin/WELCOME; chmod +x `which WELCOME` diff -r c67584d4b85e -r ad8da6475ef8 bin/WELCOME --- a/bin/WELCOME Fri Mar 09 04:28:52 2012 +0000 +++ b/bin/WELCOME Fri Mar 09 04:29:19 2012 +0000 @@ -1,2 +1,2 @@ #!/bin/sh -welcome "$@" | perl -ne 'print lc($_)' +welcome "$@" | perl -ne 'print uc($_)'