# HG changeset patch # User HackBot # Date 1361451112 0 # Node ID d59feaa00aa05a9c871188bc9b26235d7e9261b0 # Parent a335f2aff822bed738678602456908244459a9f9 sed -i \'s/[$][@]/"$@"/;s/python.*/colorize/\' bin/reelcome diff -r a335f2aff822 -r d59feaa00aa0 bin/reelcome --- a/bin/reelcome Thu Feb 21 12:51:02 2013 +0000 +++ b/bin/reelcome Thu Feb 21 12:51:52 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+1)); 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 ['C']+p)" +welcome "$@" | colorize