changeset 10294:f6724d2a7776

<oerjan> rm bin/loudlye
author HackBot
date Thu, 16 Feb 2017 18:12:47 +0000
parents ec75dff0251a
children 6de523f1d58b
files bin/loudlye
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/bin/loudlye	Thu Feb 16 17:43:25 2017 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-#!/usr/bin/env python
-import sys, itertools
-inp = len(sys.argv) >= 2 and sys.argv[1] or raw_input()
-cyc = itertools.cycle(["\00304,09","\00309,04"])
-print "".join(cyc.next() + c for c in inp)