changeset 5943:6f6a6ced6d17

<tswett> sed -i \'s/\\[0\\]/\\[1\\]/\' bin/loudly
author HackBot
date Sat, 29 Aug 2015 22:26:18 +0000
parents 2c0920181b85
children de0ac7e571e8
files bin/loudly
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/loudly	Sat Aug 29 22:24:30 2015 +0000
+++ b/bin/loudly	Sat Aug 29 22:26:18 2015 +0000
@@ -1,5 +1,5 @@
 #!/usr/bin/env python
 import sys, itertools
-inp = raw_input() or sys.argv[0]
+inp = raw_input() or sys.argv[1]
 cyc = itertools.cycle(["\00304,09","\00309,04"])
 print "".join(cyc.next() + c for c in inp)