log bin/WELCOME @ 12256:821155c00e34 draft

age author description
Sat, 12 Jan 2013 20:07:53 +0000 HackBot <elliott> revert 1492
Fri, 04 Jan 2013 21:42:32 +0000 HackBot <fizzie> sed -ie \'s#-ne .print uc($_).#-pe \'\\\'\'$_ = uc\'\\\'\'#\' bin/WELCOME
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