log bin/WELCOME @ 1182:dc6142baa09a

age author description
Thu, 22 Mar 2012 19:17:56 +0000 HackBot <elliott> run rm bin; mv test bin
Fri, 09 Mar 2012 04:29:19 +0000 HackBot <elliott> run echo '#!/bin/sh' >bin/WELCOME; echo "welcome \"\$@\" | perl -ne 'print uc(\$_)'" >>bin/WELCOME; chmod +x `which WELCOME`
Fri, 09 Mar 2012 04:28:47 +0000 HackBot <elliott> run echo '#!/bin/sh' >bin/WELCOME; echo "welcome \"\$@\" | perl -ne 'print lc(\$_)'" >>bin/WELCOME