view bin/rainwords @ 2271:3e88cf7dab8c

<Fiora> addquote <Phantom_Hoover> Sgeo_, are you just trying to post kmcbait... * Fiora imagines a cardboard box propped up by a stick with a pile of monads inside. <elliott> Fiora: that is actually what Haskell is.
author HackBot
date Tue, 26 Feb 2013 23:01:45 +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)))"