# HG changeset patch # User HackBot # Date 1361450618 0 # Node ID 27079d0e363aa7b7c36ca0f12a86366de50fb8ab # Parent 52ba74c7ee31e2335411adcb9eaecdc55ae33d6f sed -i -e \'s/1,16/2,15/\' bin/reelcome diff -r 52ba74c7ee31 -r 27079d0e363a bin/reelcome --- a/bin/reelcome Thu Feb 21 12:41:28 2013 +0000 +++ b/bin/reelcome Thu Feb 21 12:43:38 2013 +0000 @@ -1,2 +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)" +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(2,15)) for c in p)"