annotate bin/WELCOME @ 112:40b895880022

<elliott> run echo chirp >canary
author HackBot
date Mon, 19 Mar 2012 12:18:46 +0000
parents ad8da6475ef8
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($_)'