annotate bin/WELCOME @ 75:c67584d4b85e

<elliott> run chmod +x bin/WELCOME
author HackBot
date Fri, 09 Mar 2012 04:28:52 +0000
parents aba1bab6044e
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($_)'