# HG changeset patch # User HackBot # Date 1331267327 0 # Node ID aba1bab6044e6e7f77b067b70dcc84a2639d1425 # Parent 56cc58c9bd8b0cbad653421d1048ec578444fc98 run echo '#!/bin/sh' >bin/WELCOME; echo "welcome \"\$@\" | perl -ne 'print lc(\$_)'" >>bin/WELCOME diff -r 56cc58c9bd8b -r aba1bab6044e bin/WELCOME --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/WELCOME Fri Mar 09 04:28:47 2012 +0000 @@ -0,0 +1,2 @@ +#!/bin/sh +welcome "$@" | perl -ne 'print lc($_)'