changeset 2200:56dfa5f83ec7

<oerjan> sed -i \'s/ \\\\ /\\n/\' bin/relcome
author HackBot
date Thu, 21 Feb 2013 12:12:19 +0000
parents 6b030d9d967c
children b0a0fc34ccb4
files bin/relcome
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bin/relcome	Thu Feb 21 12:10:43 2013 +0000
+++ b/bin/relcome	Thu Feb 21 12:12:19 2013 +0000
@@ -1,1 +1,2 @@
-#!/bin/sh \ welcome $@ | python -c "print (lambda s: ''.join([chr(3)+str(i%16)+s[i] for i in range(len(s))]))(raw_input())"
+#!/bin/sh
+welcome $@ | python -c "print (lambda s: ''.join([chr(3)+str(i%16)+s[i] for i in range(len(s))]))(raw_input())"