annotate bin/WELCOME @ 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 aba1bab6044e
children
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
76
ad8da6475ef8 <elliott> run echo '#!/bin/sh' >bin/WELCOME; echo "welcome \"\$@\" | perl -ne 'print uc(\$_)'" >>bin/WELCOME; chmod +x `which WELCOME`
HackBot
parents: 74
diff changeset
2 welcome "$@" | perl -ne 'print uc($_)'