changeset 497:aa71dd2a1298

<nortti> run { echo '#!/bin/sh'; cat `which WeLcOmE`; } > tmp
author HackBot
date Sun, 03 Jun 2012 16:00:10 +0000
parents 2d96bea65232
children 35795c8ec2b8
files tmp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tmp	Sun Jun 03 16:00:00 2012 +0000
+++ b/tmp	Sun Jun 03 16:00:10 2012 +0000
@@ -1,2 +1,2 @@
 #!/bin/sh
-welcome $1 | python -c "print (lambda s: ''.join([ (s[i].upper() if i%2==0 else s[i].lower()) for i in range(len(s)) ]))(raw_input())"
+welcome $@ | python -c "print (lambda s: ''.join([ (s[i].upper() if i%2==0 else s[i].lower()) for i in range(len(s)) ]))(raw_input())"