changeset 494:d8d140ea8dad

<nortti> run { echo '#!/bin/sh'; cat `which WeLcOmE`; } > tmp
author HackBot
date Sun, 03 Jun 2012 15:58:26 +0000
parents a82de127c899
children 268eefd8f99a
files tmp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tmp	Sun Jun 03 15:58:20 2012 +0000
+++ b/tmp	Sun Jun 03 15:58:26 2012 +0000
@@ -1,2 +1,2 @@
 #!/bin/sh
-#!/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())"