annotate bin/WELCOME @ 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
children ad8da6475ef8
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
74
aba1bab6044e <elliott> run echo '#!/bin/sh' >bin/WELCOME; echo "welcome \"\$@\" | perl -ne 'print lc(\$_)'" >>bin/WELCOME
HackBot
parents:
diff changeset
1 #!/bin/sh
aba1bab6044e <elliott> run echo '#!/bin/sh' >bin/WELCOME; echo "welcome \"\$@\" | perl -ne 'print lc(\$_)'" >>bin/WELCOME
HackBot
parents:
diff changeset
2 welcome "$@" | perl -ne 'print lc($_)'