changeset 76:ad8da6475ef8

<elliott> run echo '#!/bin/sh' >bin/WELCOME; echo "welcome \"\$@\" | perl -ne 'print uc(\$_)'" >>bin/WELCOME; chmod +x `which WELCOME`
author HackBot
date Fri, 09 Mar 2012 04:29:19 +0000
parents c67584d4b85e
children edc606a9de52
files bin/WELCOME
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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($_)'