view bin/rainwords @ 2281:1bd474b3d21c

<oerjan> sed -i \'2s_$_, thutubot +, metasepia \\~_\' bin/prefixes
author HackBot
date Wed, 27 Feb 2013 20:18:34 +0000
parents 715145b4a77e
children 70ede24e4f7c
line wrap: on
line source

#!/bin/sh
python -c "import random; w=raw_input().split(' '); r=[4,7,8,9,2,13,6]; s=random.randrange(0, len(r)); print ' '.join(chr(3) + str(r[(i+s)%len(r)]) + w[i] for i in range(len(w)))"