# HG changeset patch # User HackBot # Date 1361450253 0 # Node ID 7fc99e7b2aa904cc24381367da58d1ac864968cd # Parent c5c88a1421ff888e399a03959ce7dd8f4fadbb06 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(1,16)) for c in p)\\"" >> bin/reelcome diff -r c5c88a1421ff -r 7fc99e7b2aa9 bin/reelcome --- a/bin/reelcome Thu Feb 21 12:37:21 2013 +0000 +++ b/bin/reelcome Thu Feb 21 12:37:33 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(1,16)) for c in p)"