# HG changeset patch # User HackBot # Date 1361450219 0 # Node ID 04e85fb5015d5282f6a304ab4712060afe84df5e # Parent 3c42971d0734f645136e7aff0849fa8031961b23 echo "welcome | python -c \\"import random; w=raw_input(); p=list(\'x\'*len(w)+\'C\'*int((350-len(w))/3)); random.shuffle(p); i=(c for c in w); print \'\'.join(i.next() if c==\'x\' else chr(3)+str(random.randrange(16)) for c in p)\\"" >> bin/reelcome diff -r 3c42971d0734 -r 04e85fb5015d bin/reelcome --- a/bin/reelcome Thu Feb 21 12:36:50 2013 +0000 +++ b/bin/reelcome Thu Feb 21 12:36:59 2013 +0000 @@ -1,1 +1,2 @@ #!/bin/sh +welcome | python -c "import random; w=raw_input(); p=list('x'*len(w)+'C'*int((350-len(w))/3)); random.shuffle(p); i=(c for c in w); print ''.join(i.next() if c=='x' else chr(3)+str(random.randrange(16)) for c in p)"