changeset 74:aba1bab6044e

<elliott> run echo '#!/bin/sh' >bin/WELCOME; echo "welcome \"\$@\" | perl -ne 'print lc(\$_)'" >>bin/WELCOME
author HackBot
date Fri, 09 Mar 2012 04:28:47 +0000
parents 56cc58c9bd8b
children c67584d4b85e
files bin/WELCOME
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /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($_)'