changeset 5930:12d549570b87

<dipperswett> echo -e \'#!/usr/bin/env python\\nimport itertools\\ncyc = itertools.cycle(["\\00304,09","\\00309,04"])\\nprint "".join(cyc.next() + c for c in raw_input())\' > bin/loudly
author HackBot
date Fri, 28 Aug 2015 15:09:52 +0000
parents 4dd9dba6f46d
children 16f4b29e9d11
files bin/loudly
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/loudly	Fri Aug 28 15:09:52 2015 +0000
@@ -0,0 +1,4 @@
+#!/usr/bin/env python
+import itertools
+cyc = itertools.cycle(["4,09","9,04"])
+print "".join(cyc.next() + c for c in raw_input())