diff bin/loudlye @ 6484:f76b9b5bd985

<oerjan> ` sed -ie \'s/inp[)]$/unicode(inp, locale.nl_langinfo(locale.CODESET))).encode(locale.nl_langinfo(locale.CODESET))/\' bin/loudly
author HackBot
date Sun, 03 Jan 2016 00:32:55 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/bin/loudlye	Sun Jan 03 00:32:55 2016 +0000
@@ -0,0 +1,5 @@
+#!/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)