# HG changeset patch # User HackBot # Date 1362110170 0 # Node ID 9a78cd3b42764ae3e6a464e06344353acf39f12b # Parent 1797eb917525311423bf0bd3b2c21ca84fba74a9 cat colorrrrr bin/colorrrrr > colorrrrr diff -r 1797eb917525 -r 9a78cd3b4276 colorrrrr --- a/colorrrrr Fri Mar 01 03:55:31 2013 +0000 +++ b/colorrrrr Fri Mar 01 03:56:10 2013 +0000 @@ -1,1 +1,24 @@ -#!/usr/bin/env python + + + Private Paste - Pastie + + + + +
+import random, sys
s = sys.stdin.read(random.randint(1, 10))
while s:
sys.stdout.write('\x03%d%s' % (random.randint(2, 15), s))
s = sys.stdin.read(random.randint(1, 10))
+
+ + +